ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearZoomInfo Structure / ImGearZoomInfo Constructor
Horizontal zoom value.
Vertical zoom value.
A value indicating whether horizontal zoom is fixed.
A value indicating whether vertical zoom is fixed.




In This Topic
    ImGearZoomInfo Constructor
    In This Topic
    Initializes a new instance of the ImGearZoomInfo structure using the specified values.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal horizontalZoomValue As Double, _
       ByVal verticalZoomValue As Double, _
       ByVal isHorizontalZoomFixed As Boolean, _
       ByVal isVerticalZoomFixed 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)

    Parameters

    horizontalZoomValue
    Horizontal zoom value.
    verticalZoomValue
    Vertical zoom value.
    isHorizontalZoomFixed
    A value indicating whether horizontal zoom is fixed.
    isVerticalZoomFixed
    A value indicating whether vertical zoom is fixed.
    See Also