Table of Contents

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

angle float
centerX float
centerY float

Properties

Angle

public float Angle { get; set; }

Property Value

float

CenterX

public float CenterX { get; set; }

Property Value

float

CenterY

public float CenterY { get; set; }

Property Value

float

Matrix

public override Matrix Matrix { get; }

Property Value

Matrix

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()

Returns

string