User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.printbmp_3_itgis_bitmap

Table of Contents

ITGIS_ViewerWnd.PrintBmp_3 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.PrintBmp_3 | Methods | Properties

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

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

Syntax

// C#
public void PrintBmp_3(
  ref ITGIS_Bitmap _bmp
);
' VisualBasic
Public Sub PrintBmp_3(
  ByRef _bmp As ITGIS_Bitmap
)
// Oxygene
public
  procedure PrintBmp_3(
    var _bmp : ITGIS_Bitmap
  );

Parameters

Name Type Description
_bmp ITGIS_Bitmap bitmap on which the drawing will be performed

Remarks

This method is suitable to print reasonable small images (e.g. comparable to screen size). To export really huge images please use TGIS_PixelExportManager.

2022/11/16 01:12

Page Tools