User Tools

Site Tools


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

Table of Contents

TGIS_BitmapFactory.DoCreateFromResource method

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

Create bitmap from resource.

Available also on: Delphi | Java | Python.

Syntax

// C#
public virtual abstract TGIS_BitmapAbstract DoCreateFromResource(
  TGIS_Bitmap _parent,
  IntPtr _ref,
  string _name
);
' VisualBasic
Public Overridable MustOverride Function DoCreateFromResource(
  ByVal _parent As TGIS_Bitmap,
  ByVal _ref As IntPtr,
  ByVal _name As String
) As TGIS_BitmapAbstract
// 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 string
String
name of the resource

Result

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

Page Tools