C# Class Svg.Transforms.SvgSkew

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

Méthodes publiques

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

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

SvgSkew() public méthode

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

WriteToString() public méthode

public WriteToString ( ) : string
Résultat string