[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgRotateTransform

SvgRotateTransform Class

Represents a 'rotate' function in the transform list.

Inheritance
SvgRotateTransform
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgRotateTransform : SvgTransform
Public Class SvgRotateTransform
    Inherits SvgTransform

Constructors

Name Description
SvgRotateTransform()

Initializes a new instance of the SvgRotateTransform class.

Properties

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.