DisplayBrushPart(id, srcx, srcy, destx, desty, width, height[, table])
id
on the
screen. The tile is defined by srcx
and srcy
and its width
and height
and it is displayed on the display at the position specified by destx
and desty
.
If layers are enabled, this command will add a new layer of the type
#BRUSHPART
to the layer stack.
New in Hollywood 4.0: This command has an optional table argument now which allows you to specify one or more of the standard tags for all drawing commands. See Standard drawing tags for more information about the standard tags that nearly all Hollywood drawing commands support.
DisplayBrushPart(1,0,0,50,50,100,100)Display the first 100 pixels and rows from brush 2 on the screen at the position 50,50.