User Tools

Site Tools


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

Table of Contents

IGIS_ViewerWnd.PrintBmp(TGIS_Bitmap) method

DK11 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
);
// Oxygene
public
  procedure PrintBmp(
    var _bmp : TGIS_Bitmap
  );

Parameters

Name Type Description
_bmp TGIS_Bitmap bitmap on which the drawing will be performed
2024/12/20 22:26

Page Tools