ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearOrientation Interface / SetToDefault Method




In This Topic
SetToDefault Method (IImGearOrientation)
In This Topic
Resets orientation to default (top-left) state.
Syntax
'Declaration
 
Sub SetToDefault() 
 
'Usage
 
Dim instance As IImGearOrientation
 
instance.SetToDefault()
See Also