C# Class SVGTransform, UnitySVG

Afficher le fichier Open project: MrJoy/UnitySVG Class Usage Examples

Méthodes publiques

Méthode Description
SVGTransform ( ) : System
SVGTransform ( Matrix2x3, matrix ) : System
SVGTransform ( string strKey, string strValue ) : System
SetMatrix ( Matrix2x3, m ) : void
SetRotate ( float rotateAngle ) : void
SetRotate ( float rotateAngle, float cx, float cy ) : void
SetScale ( float sx, float sy ) : void
SetSkewX ( float skewAngle ) : void
SetSkewY ( float skewAngle ) : void
SetTranslate ( float tx, float ty ) : void

Method Details

SVGTransform() public méthode

public SVGTransform ( ) : System
Résultat System

SVGTransform() public méthode

public SVGTransform ( Matrix2x3, matrix ) : System
matrix Matrix2x3,
Résultat System

SVGTransform() public méthode

public SVGTransform ( string strKey, string strValue ) : System
strKey string
strValue string
Résultat System

SetMatrix() public méthode

public SetMatrix ( Matrix2x3, m ) : void
m Matrix2x3,
Résultat void

SetRotate() public méthode

public SetRotate ( float rotateAngle ) : void
rotateAngle float
Résultat void

SetRotate() public méthode

public SetRotate ( float rotateAngle, float cx, float cy ) : void
rotateAngle float
cx float
cy float
Résultat void

SetScale() public méthode

public SetScale ( float sx, float sy ) : void
sx float
sy float
Résultat void

SetSkewX() public méthode

public SetSkewX ( float skewAngle ) : void
skewAngle float
Résultat void

SetSkewY() public méthode

public SetSkewY ( float skewAngle ) : void
skewAngle float
Résultat void

SetTranslate() public méthode

public SetTranslate ( float tx, float ty ) : void
tx float
ty float
Résultat void