Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileOBJC_DRAW(tree,start_obj,depth,cx,cy,cw,ch) tree, start_obj, depth, cx, cy, cw, ch: iexp This function draws whole objects or parts of objects on the screen. A clipping rectangle can be specified, to which the drawing is limited. Returns 0 if an error occured. tree - Address of the object tree. start_obj - Object number of the first object to be drawn. depth - Number of object levels to be drawn (0 = only first object). cx - x-coordinate of top left corner of clipping rectangle cy - y-coordinate of top left corner of clipping rectangle cw - Width of clipping rectangle. ch - Height of clipping rectangle. objc_draw()+