ImageGear .NET v25.1 - Updated
ImGearOrientation Constructor




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearOrientation Structure : ImGearOrientation Constructor
ImGearOrientationModes enum value.
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

Reference

ImGearOrientation Structure
ImGearOrientation Members