Class TvxIntegerMap
Unit
xomDXGraphics
Declaration
type TvxIntegerMap = class(TvxCustomMap)
Description
TvxIntegerMap
Hierarchy
Overview
Methods
 |
destructor Destroy; override; |
 |
function Empty: Boolean; override; |
 |
procedure Clear(FillValue: Integer); |
Properties
 |
property ValPtr[X,Y:Integer]: PInteger read GetValPtr; |
 |
property Value[X,Y:Integer]: Integer read GetValue write SetValue; |
 |
property Bits: PIntegerArray read GetBits; |
Description
Methods
 |
destructor Destroy; override; |
|
|
 |
function Empty: Boolean; override; |
|
|
 |
procedure Clear(FillValue: Integer); |
|
|
Properties
 |
property ValPtr[X,Y:Integer]: PInteger read GetValPtr; |
|
|
 |
property Value[X,Y:Integer]: Integer read GetValue write SetValue; |
|
|
Generated by PasDoc 0.15.0.
|