User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_bitmapfactory.docreatefromfile_tgis_bitmap_string

Table of Contents

TGIS_BitmapFactory.DoCreateFromFile method

DK11 for .NET | TatukGIS.NDK.TGIS_BitmapFactory.DoCreateFromFile | Methods

Create bitmap from file.

Available also on: Delphi | Java | Python.

Syntax

// C#
public virtual abstract TGIS_BitmapAbstract DoCreateFromFile(
  TGIS_Bitmap _parent,
  string _path
);
' VisualBasic
Public Overridable MustOverride Function DoCreateFromFile(
  ByVal _parent As TGIS_Bitmap,
  ByVal _path As String
) As TGIS_BitmapAbstract
// Oxygene
public
  function DoCreateFromFile(
    _parent : TGIS_Bitmap;
    _path : String
  ) : TGIS_BitmapAbstract; virtual; abstract;

Parameters

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

Result

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

Page Tools