User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bitmapfactory.docreatefromfile_tgis_bitmap_string

Table of Contents

TGIS_BitmapFactory.DoCreateFromFile method

DK11 for Java | tatukgis.jdk.TGIS_BitmapFactory.DoCreateFromFile | Methods

Create bitmap from file.

Available also on: Delphi | .NET | Python.

Syntax

// Java
public abstract TGIS_BitmapAbstract DoCreateFromFile(
  TGIS_Bitmap _parent,
  java.lang.String _path
);
// 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 java.lang.String
String
path to file

Result

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

Page Tools