User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.nativebitmap

Table of Contents

ITGIS_Bitmap.NativeBitmap property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.NativeBitmap | Methods | Properties

Platform specific bitmap object (like TBitmap for VCL).

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public TBitmap NativeBitmap
{
  get {}
  set {}
}
' VisualBasic
Public Property NativeBitmap As TBitmap
  Get
  End Get
  Set(ByVal value As TBitmap)
  End Set
End Property
// Oxygene
public
  property NativeBitmap : TBitmap read read;

Value

Type
TBitmap
2022/11/30 19:06

Page Tools