Class SvgRotate
- Namespace
- Svg.Transforms
- Assembly
- Svg.dll
public sealed class SvgRotate : SvgTransform, ICloneable
- Inheritance
-
SvgRotate
- Implements
- Inherited Members
Constructors
SvgRotate(float)
public SvgRotate(float angle)
Parameters
angle
float
SvgRotate(float, float, float)
public SvgRotate(float angle, float centerX, float centerY)
Parameters
Properties
Angle
public float Angle { get; set; }
Property Value
CenterX
public float CenterX { get; set; }
Property Value
CenterY
public float CenterY { get; set; }
Property Value
Matrix
public override Matrix Matrix { get; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override object Clone()
Returns
- object
A new object that is a copy of this instance.
WriteToString()
public override string WriteToString()