ImageGear .NET v25.1 - Updated
Rotate Method (ImGearOrientation)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearOrientation Structure : Rotate Method
Specifies how to rotate orientation.
Changes orientation to rotate image.
Syntax
'Declaration
 
Public Sub Rotate( _
   ByVal rotationValue As ImGearRotationValues _
) 
'Usage
 
Dim instance As ImGearOrientation
Dim rotationValue As ImGearRotationValues
 
instance.Rotate(rotationValue)
public void Rotate( 
   ImGearRotationValues rotationValue
)
public: void Rotate( 
   ImGearRotationValues rotationValue
) 
public:
void Rotate( 
   ImGearRotationValues rotationValue
) 

Parameters

rotationValue
Specifies how to rotate orientation.
See Also

Reference

ImGearOrientation Structure
ImGearOrientation Members
ImGearRotationValues Enumeration