Class TransformList
Contanins the 2D transformation.
Inheritance
System.Object
TransformList
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)
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.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()