Table of Contents

Class SvgShear

Namespace
Svg.Transforms
Assembly
Svg.dll

The class which applies the specified shear vector to this Matrix.

public sealed class SvgShear : SvgTransform, ICloneable
Inheritance
SvgShear
Implements
Inherited Members

Constructors

SvgShear(float)

public SvgShear(float x)

Parameters

x float

SvgShear(float, float)

public SvgShear(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