ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearOrientation Structure / ImGearOrientation Constructor
ImGearOrientationModes enum value.




In This Topic
    ImGearOrientation Constructor
    In This Topic
    Initializes a new instance of the ImGearOrientation struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal newValue As ImGearOrientationModes _
    )
    'Usage
     
    Dim newValue As ImGearOrientationModes
     
    Dim instance As New ImGearOrientation(newValue)
    public ImGearOrientation( 
       ImGearOrientationModes newValue
    )
    public: ImGearOrientation( 
       ImGearOrientationModes newValue
    )
    public:
    ImGearOrientation( 
       ImGearOrientationModes newValue
    )

    Parameters

    newValue
    ImGearOrientationModes enum value.
    See Also