ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearOrientation Structure / Rotate Method
Specifies how to rotate orientation.




In This Topic
Rotate Method (ImGearOrientation)
In This Topic
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)

Parameters

rotationValue
Specifies how to rotate orientation.
See Also