WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomGraphics - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomGraphics

    Summary description for CustumGraphics.

    Inheritance
    System.Object
    CustomGraphics
    DLSGraphics
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class CustomGraphics

    Constructors

    CustomGraphics()

    Declaration
    public CustomGraphics()

    CustomGraphics(Graphics)

    Declaration
    public CustomGraphics(Graphics graphics)
    Parameters
    Type Name Description
    System.Drawing.Graphics graphics

    Properties

    Graphics

    Declaration
    protected Graphics Graphics { get; }
    Property Value
    Type Description
    System.Drawing.Graphics

    Methods

    ApplyTransform(Matrix)

    Declaration
    public virtual Matrix ApplyTransform(Matrix matrix)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.Matrix matrix
    Returns
    Type Description
    System.Drawing.Drawing2D.Matrix

    GetSplitIndexByOffset(String, ITextMeasurable, Double, Boolean)

    Declaration
    public int GetSplitIndexByOffset(string text, ITextMeasurable measurer, double offset, bool bSplitByChar)
    Parameters
    Type Name Description
    System.String text
    ITextMeasurable measurer
    System.Double offset
    System.Boolean bSplitByChar
    Returns
    Type Description
    System.Int32

    ResetTransform(Matrix)

    Declaration
    public virtual void ResetTransform(Matrix matrix)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.Matrix matrix

    Update(Graphics)

    Declaration
    public CustomGraphics Update(Graphics graphics)
    Parameters
    Type Name Description
    System.Drawing.Graphics graphics
    Returns
    Type Description
    CustomGraphics
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved