Allocate a graphics extended data structure
Source position: agraphics.pas line 2335
function GfxNew( |
gfxNodeType: LongWord |
):POINTER; |
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 |