C# Class SharpVectors.Scripting.ScriptableSvgTransform

Implementation wrapper for IScriptableSvgTransform
Inheritance: ScriptableObject, IScriptableSvgTransform
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableSvgTransform ( object baseObject ) : System
setMatrix ( IScriptableSvgMatrix matrix ) : void
setRotate ( float angle, float cx, float cy ) : void
setScale ( float sx, float sy ) : void
setSkewX ( float angle ) : void
setSkewY ( float angle ) : void
setTranslate ( float tx, float ty ) : void

Method Details

ScriptableSvgTransform() public méthode

public ScriptableSvgTransform ( object baseObject ) : System
baseObject object
Résultat System

setMatrix() public méthode

public setMatrix ( IScriptableSvgMatrix matrix ) : void
matrix IScriptableSvgMatrix
Résultat void

setRotate() public méthode

public setRotate ( float angle, float cx, float cy ) : void
angle 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 angle ) : void
angle float
Résultat void

setSkewY() public méthode

public setSkewY ( float angle ) : void
angle float
Résultat void

setTranslate() public méthode

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