DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerBmp.Draw_ | Methods | Properties
Draw the current extent on the bitmap.
// C# public void Draw_();
' VisualBasic Public Sub Draw_()
// Oxygene public procedure Draw_;
Bitmap is normally updated by FullExtent, VisibleChange, Zoom, Scroll*, and InvalidateWholeMap operations. Those operations can be grouped with Lock..Unlock. Using Draw renders the map out of sequence and should be reserved for specific scenarios.