Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
Draw
Package:
Physics.Drawing
Goto spec source
Description
package
Physics.Drawing
is
Subprograms & Entries
Draw
Goto spec in source
procedure
Draw
(
dc
:
Drawing_Context
;
cType
:
Clip_Type
;
x
,
y
: Integer;
size
: Positive;
color
:
Color_Type
;
opacity
: Natural := 255 );
References:
physics-drawing.ads:9:15
(declaration)
physics-drawing.adb:4:15 (body)
physics-drawing.adb:107:9 (label)
widgets-containers-scenes-ked.adb:222:17 (reference)
Called by:
Widgets.Containers.Scenes.Ked.Draw_Layer_Overlay defined at
widgets-containers-scenes-ked.ads:79:15
Calls:
Drawing_Contexts.Rectfill
defined at
drawing_contexts.ads:61:15
Drawing_Contexts.Triangle
defined at
drawing_contexts.ads:100:15
Draws the clipping shape of a tile at x, y on the given context. 'size' is the width/height of the tile to draw.