C# Class Svg.Transforms.SvgShear

The class which applies the specified shear vector to this Matrix.
Inheritance: SvgTransform
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
Clone ( ) : object
SvgShear ( float x ) : System
SvgShear ( float x, float y ) : System
WriteToString ( ) : string

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

SvgShear() public méthode

public SvgShear ( float x ) : System
x float
Résultat System

SvgShear() public méthode

public SvgShear ( float x, float y ) : System
x float
y float
Résultat System

WriteToString() public méthode

public WriteToString ( ) : string
Résultat string