User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_viewerwnd.printbmp_tgis_bitmap_boolean

Table of Contents

IGIS_ViewerWnd.PrintBmp(TGIS_Bitmap, bool) method

DK for Java | tatukgis.jdk.IGIS_ViewerWnd.PrintBmp | Overloads | Methods

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

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

Syntax

// Java
public abstract void PrintBmp(
  /* ref */ @ValueTypeParameter VarParameter<TGIS_Bitmap> _bmp,
  bool _full
);
// Oxygene
public
  procedure PrintBmp(
    var _bmp : TGIS_Bitmap;
    _full : Boolean
  );

Parameters

Name Type Description
_bmp TGIS_Bitmap bitmap on which the drawing will be performed
_full bool
Boolean
if yes, all paint events are triggered
2025/01/31 01:18

Page Tools