User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.canvassettransformation_double_integer_integer

Table of Contents

ITGIS_RendererAbstract.CanvasSetTransformation method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasSetTransformation | Methods | Properties

Set a transformation on the Canvas object.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Parameters

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)
2022/11/30 19:09

Page Tools