TypeLib Xojo support Plugin |
|
RawBitmap.DrawEllipse Method
Draws non filled ellipse.

DrawEllipse(
x
as Integer,
y
as Integer,
width
as Integer,
height
as Integer,
drawColor
as Color,
antialias
as Boolean)
Parameters
- x
- X coordinate of top left corner of the ellipse.
- y
- Y coordinate of top left corner of the ellipse.
- width
- Width of the ellipse.
- height
- Height of the ellipse.
- drawColor
- Color to frame the ellipse with.
- antialias
- If set to true then the ellipse will be drawn with antialiased smoothing.
Remarks
Note even if this class has the some methods to draw then it is not a Graphics context and never will be. The few drawing commands are more of to help make debugging easier.
This method is not supported in CMYK color space, or 32bit floating point RGB color space. When used in unsupported color space the method will silently fail.
See Also
RawBitmap Class