User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_rendererabstract.tilerect

Table of Contents

TGIS_RendererAbstract.TileRect property

DK11 for .NET | TatukGIS.NDK.TGIS_RendererAbstract.TileRect | Constructors | Fields | Methods | Properties

Rectangle of the rendering context (in pixels).

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

Syntax

// C#
public TRect TileRect
{
  get {}
}
' VisualBasic
Public Property TileRect As TRect
  Get
  End Get
End Property
// Oxygene
public
  property TileRect : TRect read;

Value

Type
TRect

Remarks

For tiled drawing it is a location of the tile on the final output. For non tiled drawing it is (0, 0, Width, Height).

For detailed discusssion see Tiled export and print.

2022/11/30 19:26

Page Tools