ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

newValue
ImGearOrientationModes enum value.
See Also