Class SvgScale
- Namespace
- Svg.Transforms
- Assembly
- Svg.dll
public sealed class SvgScale : SvgTransform, ICloneable
- Inheritance
-
SvgScale
- Implements
- Inherited Members
Constructors
SvgScale(float)
public SvgScale(float x)
Parameters
x
float
SvgScale(float, float)
public SvgScale(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()