User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_bitmap.nativebitmap

Table of Contents

TGIS_Bitmap.NativeBitmap property

DK for .NET | TatukGIS.NDK.TGIS_Bitmap.NativeBitmap | Constructors | Methods | Properties

Platform specific bitmap object (like TBitmap for VCL).

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

Syntax

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

Value

Type
TObject
2025/01/31 01:10

Page Tools