Method | 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 |
public SVGTransform ( Matrix2x3, matrix ) : System | ||
matrix | Matrix2x3, | |
return | System |
public SVGTransform ( string strKey, string strValue ) : System | ||
strKey | string | |
strValue | string | |
return | System |
public SetRotate ( float rotateAngle ) : void | ||
rotateAngle | float | |
return | void |
public SetRotate ( float rotateAngle, float cx, float cy ) : void | ||
rotateAngle | 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 |