- Parameters:
Bitmap:ctx
: Bitmap:ctx_INFOconst minX
: const minX_INFOconst minY
: const minY_INFOconst maxX
: const maxX_INFOconst maxY
: const maxY_INFOfillColour
: fillColour_INFOlineColour = 0
: lineColour = 0_INFOlinePattern[] = \
: linePattern[] = _INFOfillPattern[] = \
: fillPattern[] = _INFO- Returns:
- Remarks: This function draws a rectangle between two given co-ordinates. It can also draw a border around the rectangle OUTSIDE the specified area of the rectangle. If you want the border within the area specified you need to use a smaller area.
- Parameters:
Bitmap:ctx
: Bitmap:ctx_INFOconst x
: const x_INFOconst y
: const y_INFOconst Float:radius
: const Float:radius_INFOfillColour
: fillColour_INFOlineColour = 0
: lineColour = 0_INFOlinePattern[] = \
: linePattern[] = _INFOfillPattern[] = \
: fillPattern[] = _INFO- Returns:
- Remarks: This function draws a circle centered on the given co-ordinates with the given FLOAT radius, not an integer size because of diagonals. It can also draw a border around the circle OUTSIDE the specified area of the circle. If you want the border within the area specified you need to use a smaller area.
- Parameters:
Bitmap:ctx
: Bitmap:ctx_INFOx
: x_INFOy
: y_INFOconst Float:inner
: const Float:inner_INFOconst Float:outer
: const Float:outer_INFOcolour
: colour_INFOpattern[] = \
: pattern[] = _INFO- Returns:
- Remarks: This function draws a ring centered on the given co-ordinates with the given FLOAT radius, not an integer size because of diagonals. This does not draw a border as it is used for borders, and a border on a ring is ambiguous
- do you have it on the inside or not? Better to let the user decide.