VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / RestoreTransform() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    RestoreTransform() Method (DrawingEngine)
    In This Topic
    Restores current transform from the transform stack.
    Syntax
    'Declaration
    
    Public Sub RestoreTransform()
    
    
    public void RestoreTransform()
    
    
    public: void RestoreTransform()
    
    
    public:
    void RestoreTransform()
    Exceptions
    ExceptionDescription
    Thrown if transform stack is empty.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also