'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Double, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim horizontalZoomValue As Double
Dim verticalZoomValue As Double
Dim isHorizontalZoomFixed As Boolean
Dim isVerticalZoomFixed As Boolean
Dim instance As New ImGearZoomInfo(horizontalZoomValue, verticalZoomValue, isHorizontalZoomFixed, isVerticalZoomFixed)
public ImGearZoomInfo(
double ,
double ,
bool ,
bool
)
public: ImGearZoomInfo(
double ,
double ,
bool ,
bool
)
public:
ImGearZoomInfo(
double ,
double ,
bool ,
bool
)