[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgRotateTransform

Class SvgRotateTransform

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents a 'rotate' function in the transform list.

public class SvgRotateTransform : SvgTransform
Inheritance
object
SvgRotateTransform
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgRotateTransform()

Initializes a new instance of the SvgRotateTransform class.

public SvgRotateTransform()

Properties

Angle

Gets or sets the angle of rotation.

public SvgAngle Angle { get; set; }

Property Value

SvgAngle

CenterX

Gets or sets the X-coordinate of the rotation center.

public SvgLength CenterX { get; set; }

Property Value

SvgLength

CenterY

Gets or sets the Y-coordinate of the rotation center.

public SvgLength CenterY { get; set; }

Property Value

SvgLength