User Tools

Site Tools


api:dk11:delphi:vcl.giscontrolscale.tgis_controlscale.printbmp_tgis_bitmap

Table of Contents

TGIS_ControlScale.PrintBmp method

DK11 for Delphi | VCL.GisControlScale.TGIS_ControlScale.PrintBmp | Constructors | Methods | Properties | Events

Print the control on the given bitmap.

Available also on: Delphi FMX | .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:26

Page Tools