Table of Contents

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

x float
y float

Properties

Matrix

public override Matrix Matrix { get; }

Property Value

Matrix

X

public float X { get; set; }

Property Value

float

Y

public float Y { get; set; }

Property Value

float

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