[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

GfxNew

Allocate a graphics extended data structure

Declaration

Source position: agraphics.pas line 2162

function GfxNew(

  Node_Type: LongWord

):PExtendedNode;

Arguments

Node_Type

  

Which type of graphics extended data structure to allocate.

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: 2017-01-10