Table of Contents

Class SvgSkew

Namespace
Svg.Transforms
Assembly
Svg.dll

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

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

Constructors

SvgSkew(float, float)

public SvgSkew(float x, float y)

Parameters

x float
y float

Properties

AngleX

public float AngleX { get; set; }

Property Value

float

AngleY

public float AngleY { get; set; }

Property Value

float

Matrix

public override Matrix Matrix { get; }

Property Value

Matrix

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