User Tools

Site Tools


api:dk11:python:tatukgis_pdk.igis_viewerbmp.tilerect

Table of Contents

IGIS_ViewerBmp.TileRect property

DK for Python | tatukgis_pdk.IGIS_ViewerBmp.TileRect | Methods | Properties

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

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

Syntax

# Python
@property
def TileRect(
  self
) -> TRect: 
 
@TileRect.setter
def TileRect(
  self,
  _value: TRect
) -> None: 

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).

2025/01/31 01:19

Page Tools