Method | 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 |
public ScriptableSvgTransform ( object baseObject ) : System | ||
baseObject | object | |
return | System |
public setMatrix ( IScriptableSvgMatrix matrix ) : void | ||
matrix | IScriptableSvgMatrix | |
return | void |
public setRotate ( float angle, float cx, float cy ) : void | ||
angle | float | |
cx | float | |
cy | float | |
return | void |
public setScale ( float sx, float sy ) : void | ||
sx | float | |
sy | float | |
return | void |
public setTranslate ( float tx, float ty ) : void | ||
tx | float | |
ty | float | |
return | void |