User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_controlnortharrow.printbmp_itgis_bitmap

Table of Contents

ITGIS_ControlNorthArrow.PrintBmp method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ControlNorthArrow.PrintBmp | Methods | Properties

Print the control on the given bitmap.

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

Syntax

// C#
public void PrintBmp(
  ITGIS_Bitmap _bitmap
);
' VisualBasic
Public Sub PrintBmp(
  ByVal _bitmap As ITGIS_Bitmap
)
// Oxygene
public
  procedure PrintBmp(
    _bitmap : ITGIS_Bitmap
  );

Parameters

Name Type Description
_bitmap ITGIS_Bitmap bitmap to print on
2022/11/16 01:08

Page Tools