WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TransformList

    Show / Hide Table of Contents

    Class TransformList

    Class for TransformList.

    Inheritance
    System.Object
    TransformList
    Inherited Members
    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.SVG.IO
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class TransformList

    Constructors

    TransformList(Matrix)

    Initializes a new instance of the TransformList class.

    Declaration
    public TransformList(Matrix matrix)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.Matrix matrix

    The matrix.

    TransformList(String)

    Initializes a new instance of the TransformList class.

    Declaration
    public TransformList(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Properties

    Matrix

    Gets the matrix.

    Declaration
    public Matrix Matrix { get; }
    Property Value
    Type Description
    System.Drawing.Drawing2D.Matrix

    The matrix.

    Methods

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved