[]
Represents a 'rotate' function in the transform list.
public class SvgRotateTransform : SvgTransform
Initializes a new instance of the SvgRotateTransform class.
public SvgRotateTransform()
Gets or sets the angle of rotation.
public SvgAngle Angle { get; set; }
Gets or sets the X-coordinate of the rotation center.
public SvgLength CenterX { get; set; }
Gets or sets the Y-coordinate of the rotation center.
public SvgLength CenterY { get; set; }