menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicsAutoAfineTransfrom - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicsAutoAfineTransfrom

    Class does 2D ratio and offset tranformation for System.Drawing.Graphics object using System.Drawing.Graphics.Transform property.

    Transform is done in constructor and reverted in Dispose() method.

    Inheritance
    System.Object
    GraphicsAutoAfineTransfrom
    GraphicsAutoMirrorX
    GraphicsAutoMirrorY
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Drawing
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GraphicsAutoAfineTransfrom : IDisposable
    Remarks

    Supposed to be used with keyword.

    Constructors

    GraphicsAutoAfineTransfrom(Graphics, Single, Single, Single, Single)

    Declaration
    public GraphicsAutoAfineTransfrom(Graphics gph, float fRatioX, float fRatioY, float fOffsetX, float fOffsetY)
    Parameters
    Type Name Description
    System.Drawing.Graphics gph
    System.Single fRatioX
    System.Single fRatioY
    System.Single fOffsetX
    System.Single fOffsetY

    Explicit Interface Implementations

    IDisposable.Dispose()

    Declaration
    void IDisposable.Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved