User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.printbmp_tgis_bitmap

Table of Contents

TGIS_ViewerWnd.PrintBmp(TGIS_Bitmap) method

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.PrintBmp | Overloads | Constructors | Fields | Methods | Properties | Events

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

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

Implements IGIS_ViewerWnd.PrintBmp.

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

Parameters

Name Type Description
_bmp TGIS_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:38

Page Tools