menu

WinForms

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

    Show / Hide Table of Contents

    Class GraphicsAutoMirrorX

    Class does 2D mirroring for X axis for System.Drawing.Graphics.

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

    Inheritance
    System.Object
    GraphicsAutoAfineTransfrom
    GraphicsAutoMirrorX
    Implements
    System.IDisposable
    Inherited Members
    GraphicsAutoAfineTransfrom.IDisposable.Dispose()
    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 GraphicsAutoMirrorX : GraphicsAutoAfineTransfrom, IDisposable
    Remarks

    Supposed to be used with keyword.

    Constructors

    GraphicsAutoMirrorX(Graphics, Single)

    Declaration
    public GraphicsAutoMirrorX(Graphics gph, float fOffsetX)
    Parameters
    Type Name Description
    System.Drawing.Graphics gph
    System.Single fOffsetX

    GraphicsAutoMirrorX(Graphics, Single, Single)

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

    Implements

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