Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

GfxNew

Allocate a graphics extended data structure

Declaration

Source position: agraphics.pas line 2335

function GfxNew(

  gfxNodeType: LongWord

):POINTER;

Function result

A pointer to the allocated graphics node or nil if the allocation failed.

Description

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.

See also

GfxLookUp

  

Find a graphics extended node associated with a given pointer

GfxAssociate

  

associate a graphics extended node with a given pointer

GfxFree

  

Free a graphics extended data structure


Documentation generated on: 2021-07-30