14
Draw Line
Draws a line of specified color, thickness,
and style from one point to another.
Draw Text
Draws text onto the screen at a specified
location. The block has two ports for X and Y
location. What this location means in terms of
positioning is determined by the horizontal and
vertical alignment parameters which are set in the
mask.
Text may either be directly set in the
block, or taken from a port. For trying to write live
updated text, this can be very useful when used
together with the Raptor™
printf
block. For
more help with drawing text see section 3.2.5.
Draw Circle
Draws a circle of specified color and
thickness around a coordinate location with a
specific radius.
Figure 3.2.2.a – Standard Drawing Blocks
Fill Circle
Fills in a circle area of specified color around a coordinate location with a specific radius.
Draw Rectangle
Draws a rectangle of specified color and thickness between two coordinate locations.
Fill Rectangle
Fills a rectangle area of specified color between two coordinate locations.
Draw Polygon
Draws a polygon of specified color and thickness between a set of ordered pairs
Fill Polygon
Fills a polygon area of specified color between a set of ordered pairs
Fill Ellipse
Fills an ellipse area of specified color about a given center point with a specific x-radius, y-radius,
and rotation.