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.
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
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