Class GraphicsAutoMirrorY
Class does 2D mirroring for Y axis for System.Drawing.Graphics.
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 GraphicsAutoMirrorY : GraphicsAutoAfineTransfrom, IDisposable
Remarks
Supposed to be used with
Constructors
GraphicsAutoMirrorY(Graphics, Single)
Declaration
public GraphicsAutoMirrorY(Graphics gph, float fOffsetY)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | gph | |
System.Single | fOffsetY |
GraphicsAutoMirrorY(Graphics, Single, Single)
Declaration
public GraphicsAutoMirrorY(Graphics gph, float fOffsetX, float fOffsetY)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | gph | |
System.Single | fOffsetX | |
System.Single | fOffsetY |
Implements
System.IDisposable