User Tools

Site Tools


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

Table of Contents

TGIS_BitmapFactory.DoCreateFromResource method

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

Create bitmap from resource.

Available also on: Delphi | .NET | Python.

Syntax

// Java
public abstract TGIS_BitmapAbstract DoCreateFromResource(
  TGIS_Bitmap _parent,
  IntPtr _ref,
  java.lang.String _name
);
// Oxygene
public
  function DoCreateFromResource(
    _parent : TGIS_Bitmap;
    _ref : IntPtr;
    _name : String
  ) : TGIS_BitmapAbstract; virtual; abstract;

Parameters

Name Type Description
_parent TGIS_Bitmap master TGIS_Bitmap object
_ref IntPtr module handle; to load DK standard resource use 0; see remarks for TGIS_Bitmap.LoadFromResourceName for more
_name java.lang.String
String
name of the resource

Result

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

Page Tools