User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerwnd.printbmp_3_itgis_bitmap

Table of Contents

IGIS_ViewerWnd.PrintBmp_3 method

DK11 for ActiveX | TatukGIS_XDK11.IGIS_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 | .NET | 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
2024/12/20 22:15

Page Tools