Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / BackgroundSettings Class / GetImageScale Method

In This Topic
    GetImageScale Method
    In This Topic
    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