ImageGear v26.3 - Updated
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()
    void SetToDefault()
    void SetToDefault(); 
    void SetToDefault(); 
    See Also