User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewerbmp.draw_void

Table of Contents

TGIS_ViewerBmp.Draw method

DK11 for Python | tatukgis.pdk.TGIS_ViewerBmp.Draw | Overloads | Constructors | Methods | Properties | Events

Draw a current extent on a bitmap.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

Implements IGIS_ViewerBmp.Draw.

# Python
def Draw(
  self
) -> None: 

Remarks

Bitmap is normally updated by FullExtent, VisibleChange, Zoom, Scroll* and InvalidateWholeMap operations. Those operations can be grouped with Lock..Unlock. Use Draw method will draw map out-of-the-sequence and should be used only for very specific needs.

References

2022/11/21 01:54

Page Tools