Class SvgShear
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 SvgShear : SvgTransform, ICloneable
Constructors
SvgShear(Single)
Declaration
public SvgShear(float x)
Parameters
System.Single
x
|
SvgShear(Single, Single)
Declaration
public SvgShear(float x, float y)
Parameters
System.Single
x
|
System.Single
y
|
Properties
Matrix
Declaration
public override Matrix Matrix { get; }
Property Value
System.Drawing.Drawing2D.Matrix
|
Overrides
X
Declaration
public float X { get; set; }
Property Value
System.Single
|
Y
Declaration
public float Y { get; set; }
Property Value
System.Single
|
Methods
Clone()
WriteToString()
Declaration
public override string WriteToString()
Returns
System.String
|