Class SvgMatrix
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.Transforms
Assembly: TelerikCommon.dll
Syntax
public sealed class SvgMatrix : SvgTransform, ICloneable
Constructors
SvgMatrix(List<Single>)
Declaration
public SvgMatrix(List<float> m)
Parameters
System.Collections.Generic.List<System.Single>
m
|
Properties
Matrix
Declaration
public override Matrix Matrix { get; }
Property Value
System.Drawing.Drawing2D.Matrix
|
Overrides
Points
Declaration
public List<float> Points { get; set; }
Property Value
System.Collections.Generic.List<System.Single>
|
Methods
Clone()
WriteToString()
Declaration
public override string WriteToString()
Returns
System.String
|