Class SvgScale
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
public sealed class SvgScale : SvgTransform, ICloneable
Constructors
|
Improve this Doc
View Source
Declaration
Parameters
| Type |
Name |
Description |
| Single |
x |
|
|
Improve this Doc
View Source
Declaration
public SvgScale(float x, float y)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public override Matrix Matrix { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public float X { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float Y { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public override object Clone()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override string WriteToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
Implements