MGPlus maintains some worldtransform defines and operations
Get the world transform of graphic.
This function sets the world transform of graphic, supported by mGPlus V1.2.1 or upper.
| graphics | The MGPlusGraphics pointer. | |
| matrix | The MPMatrix pointer. |
Transform the path using its matrix.
This function transforms the path using its matrix.
| path | The matrix path. |
Reset the world transform of graphic.
This function resets the world transform of graphic
| graphics | The MGPlusGraphics pointer. |
Rotate the world transform of graphic.
This function rotates the world transform of graphic.
| graphics | The MGPlusGraphics pointer. | |
| angle | The rotation angle. |
Scale the world transform of graphic.
This function scales the world transform of graphic
| graphics | The MGPlusGraphics pointer. | |
| sx | the x scaling factor. | |
| sy | the y scaling factor. |
Set the world transform of graphic.
This function sets the world transform of graphic
| graphics | The MGPlusGraphics pointer. | |
| matrix | The MPMatrix pointer. |
Translate the world transform of graphic.
This function translates the world transform of graphic
| graphics | The MGPlusGraphics pointer. | |
| dx | The translate x distance. | |
| dy | The translate y distance. |
Multi the special matrix with matrix of graphic.
This function sets the world transform of graphic, supported by mGPlus V1.2.1 or upper.
| graphics | The MGPlusGraphics pointer. | |
| matrix | The MPMatrix pointer. |
1.6.3