Eyeshot 10 WinForms API Reference
GetImageScale Method

WinForms Assembly > devDept.Graphics Namespace > BackgroundSettings Class : GetImageScale Method
Syntax
'Declaration
 
Public Function GetImageScale( _
   ByVal cameraWidth As Integer, _
   ByVal cameraHeight As Integer, _
   ByRef bmpWidth As Single, _
   ByRef bmpHeight As Single _
) As Single
public float GetImageScale( 
   int cameraWidth,
   int cameraHeight,
   out float bmpWidth,
   out float bmpHeight
)

Parameters

cameraWidth
cameraHeight
bmpWidth
bmpHeight
See Also

Reference

BackgroundSettings Class
BackgroundSettings Members