menu

WinForms

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

    Show / Hide Table of Contents

    Class GraphicsAutoMirrorY

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

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

    Inheritance
    System.Object
    GraphicsAutoAfineTransfrom
    GraphicsAutoMirrorY
    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 GraphicsAutoMirrorY : GraphicsAutoAfineTransfrom, IDisposable
    Remarks

    Supposed to be used with keyword.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved