User Tools

Site Tools


api:dk11:delphi:fmx.giscontrolnortharrow.tgis_controlnortharrow.printbmp_tgis_bitmap

Table of Contents

TGIS_ControlNorthArrow.PrintBmp method

DK11 for Delphi | FMX.GisControlNorthArrow.TGIS_ControlNorthArrow.PrintBmp | Constructors | Methods | Properties | Events

Print the control on the given bitmap.

Available also on: .NET WinForms | Java | ActiveX | Python.

Syntax

Implements IGIS_PrintableControl.PrintBmp.

// Delphi
public
  procedure PrintBmp(
    const _bitmap : TGIS_Bitmap
  );
// C++ Builder
public:
  void PrintBmp(
    TGIS_Bitmap* const _bitmap
  );

Parameters

Name Type Description
_bitmap TGIS_Bitmap bitmap to print on
2022/11/16 01:13

Page Tools