Class SvgRotate
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
public sealed class SvgRotate : SvgTransform, ICloneable
Constructors
|
Improve this Doc
View Source
Declaration
public SvgRotate(float angle)
Parameters
| Type |
Name |
Description |
| Single |
angle |
|
|
Improve this Doc
View Source
Declaration
public SvgRotate(float angle, float centerX, float centerY)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public float Angle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float CenterX { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float CenterY { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public override Matrix Matrix { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Declaration
public override object Clone()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override string WriteToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
Implements