User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmapfactory.docreatefromfile_tgis_bitmap_string

Table of Contents

TGIS_BitmapFactory.DoCreateFromFile method

DK11 for Delphi | GisTypesUI.TGIS_BitmapFactory.DoCreateFromFile | Methods

Create bitmap from file.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  function DoCreateFromFile(
    const _parent : TGIS_Bitmap;
    const _path : String
  ) : TGIS_BitmapAbstract; virtual; abstract;
// C++ Builder
public:
  virtual TGIS_BitmapAbstract* DoCreateFromFile(
    TGIS_Bitmap* const _parent,
    const UnicodeString _path
  ) = 0;

Parameters

Name Type Description
_parent TGIS_Bitmap master TGIS_Bitmap object
_path String path to file

Result

Type Description
TGIS_BitmapAbstract created bitmap
2022/12/21 01:16

Page Tools