User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_bitmapfactory.docreatefromresource_tgis_bitmap_intptr_string

Table of Contents

TGIS_BitmapFactory.DoCreateFromResource method

DK11 for Python | tatukgis.pdk.TGIS_BitmapFactory.DoCreateFromResource | Methods

Create bitmap from resource.

Available also on: Delphi | .NET | Java.

Syntax

# Python
def DoCreateFromResource(
  self,
  _parent: TGIS_Bitmap,
  _ref: IntPtr,
  _name: str
) -> TGIS_BitmapAbstract: 

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 str name of the resource

Result

Type Description
TGIS_BitmapAbstract created bitmap
2023/08/09 01:51

Page Tools