[]
Represents a 'rotate' function in the transform list.
public class SvgRotateTransform : SvgTransform
Public Class SvgRotateTransform
Inherits SvgTransform
Name | Description |
---|---|
SvgRotateTransform() | Initializes a new instance of the SvgRotateTransform class. |
Name | Description |
---|---|
Angle | Gets or sets the angle of rotation. |
CenterX | Gets or sets the X-coordinate of the rotation center. |
CenterY | Gets or sets the Y-coordinate of the rotation center. |