Draw functionsΒΆ
These functions provide an interface to the Windows GDI (Graphics Device Interface) API enabling figures, icons and bitmaps to be drawn. Any program using these functions must include the file <draw.h>.
Draw an elliptical arc |
|
Initialise the resources for drawing operations |
|
Draw a chord |
|
Draw one or more edges of a rectangle |
|
Draw formatted text |
|
Place an icon at a specified position |
|
Draw a bitmap or jpeg image |
|
Draw text |
|
Draw an ellipse |
|
Release resources when drawing operations completed |
|
Retrieve the value of a given capability |
|
Retrieve the current formatting options for drawn text |
|
Retrieve the default size of an image |
|
Draw a line to a specified position |
|
Set the current position to specified co-ordinates |
|
Draw a pie-shaped wedge |
|
Draw one or more Bezier curves |
|
Draw a polygon |
|
Draw one or more straight lines |
|
Draw a rectangle |
|
Draw a rectangle with rounded corners |
|
Set foreground and background colours for brush |
|
Set the brush for filling subsequent figures |
|
Set foreground colour of pen for drawing figures or lines |
|
Set the type of line for pen for drawing figures or lines |
|
Set width in pixels of pen for drawing figures or lines |
|
Set polygon fill mode |
|
Set the current formatting options for drawn text |
|
Calculate size of a piece of text in a specified font |
RELATED TOPICS |