Class SvgTranslate
- Namespace
- Svg.Transforms
- Assembly
- Svg.dll
public sealed class SvgTranslate : SvgTransform, ICloneable
- Inheritance
-
SvgTranslate
- Implements
- Inherited Members
Constructors
SvgTranslate(float)
public SvgTranslate(float x)
Parameters
x
float
SvgTranslate(float, float)
public SvgTranslate(float x, float y)
Parameters
Properties
Matrix
public override Matrix Matrix { get; }
Property Value
X
public float X { get; set; }
Property Value
Y
public float Y { get; set; }
Property Value
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()