Index

Package: Physics.Drawing

Description

package Physics.Drawing is

Subprograms & Entries

Draw

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)
Draws the clipping shape of a tile at x, y on the given context. 'size' is the width/height of the tile to draw.