User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerbmp.tilerect

Table of Contents

IGIS_ViewerBmp.TileRect property

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerBmp.TileRect | Methods | Properties

Location of the bitmap over the entire rendered area (in pixels).

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

Syntax

// C#
public TRect TileRect
{
  get {}
  set {}
}
' VisualBasic
Public Property TileRect As TRect
  Get
  End Get
  Set(ByVal value As TRect)
  End Set
End Property
// Oxygene
public
  property TileRect : TRect read read;

Value

Type
TRect

Remarks

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

For detailed discusssion see Tiled export and print.

2025/01/31 01:03

Page Tools