DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasSetTransformation | Methods | Properties
Set a transformation on the Canvas object.
// C# public void CanvasSetTransformation( double _angle, int _origin_x, int _origin_y );
' VisualBasic Public Sub CanvasSetTransformation( ByVal _angle As Double, ByVal _origin_x As Integer, ByVal _origin_y As Integer )
// Oxygene public procedure CanvasSetTransformation( _angle : Double; _origin_x : Integer; _origin_y : Integer );
Name | Type | Description |
---|---|---|
_angle | double Double | rotation angle in radians |
_origin_x | int Integer | rotation angle x origin point (in pixels) |
_origin_y | int Integer | rotation angle y origin point (in pixels) |