Draw: primitive drawing
Draw a label on the window.
| Parameters : |
|
|---|
If you want to get the label object, use getLastLabel() just after your drawLabel().
Draw a rounded rectangle
| Parameters : |
|
|---|
Draw a simple circle
| Parameters : |
|
|---|
Draw polygon from points list
| Parameters : |
|
|---|
Draw one triangle
| Parameters : |
|
|---|
Draw a simple rectangle
| Parameters : |
|
|---|
Draw a rectangle with a texture. The rectangle is drawed from bottom-left, bottom-right, top-right, top-left.
| Parameters : |
|
|---|
Draw a line
| Parameters : |
|
|---|
Draw an rectangle alpha layer.
| Parameters : |
|
|---|
Draw a rounded rectangle alpha layer.
| Parameters : |
|
|---|
Draw a semi-circle. You can choose the start angle, and the ending angle (from 0 to 360), and the inner/outer radius !
| Parameters : |
|
|---|
Draw a stippled circle. A stippled circle consists of several equally-sized segments, with a gap between every two segments. The gap is the size of a segment. The circle’s position and thickness can be specified.
| Parameters : |
|
|---|
Get a cached label object
| Parameters : |
|
|---|
getLabel() support all parameters from the Core label. Check LabelBase class to known all availables parameters.
Used by drawLabel()