Allocate a graphics extended data structure
Source position: agraphics.pas line 2150
function GfxNew( |
Node_Type: LongWord |
Node_Type |
|
Which type of graphics extended data structure to allocate. |
A pointer to the allocated graphics node or nil if the allocation failed.
Allocate a special graphics extended data structure (each of which begins with an ExtendedNode structure). The type of structure to be allocated is specified by the node_type identifier.
|
Find a graphics extended node associated with a given pointer |
|
|
associate a graphics extended node with a given pointer |
|
|
Free a graphics extended data structure |