User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerwnd.printbmp_4_itgis_bitmap_wordbool

Table of Contents

IGIS_ViewerWnd.PrintBmp_4 method

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerWnd.PrintBmp_4 | Methods | Properties

Print the current content on a bitmap. Print area will match the current VisibleExtent of the control.

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

Syntax

// C#
public void PrintBmp_4(
  ref ITGIS_Bitmap _bmp,
  WordBool _full
);
' VisualBasic
Public Sub PrintBmp_4(
  ByRef _bmp As ITGIS_Bitmap,
  ByVal _full As WordBool
)
// Oxygene
public
  procedure PrintBmp_4(
    var _bmp : ITGIS_Bitmap;
    _full : WordBool
  );

Parameters

Name Type Description
_bmp ITGIS_Bitmap bitmap on which the drawing will be performed
_full WordBool if yes, all paint events are triggered
2025/01/31 01:03

Page Tools