Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
Draw
Package:
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 );
Draws the clipping shape of a tile at x, y on the given context. The clipping shape is determined by the tile's clipping type in 'cType'. 'size' is the width/height of the tile in pixels.