See Also Examples Applies To
Draw a fill ellipse into the native image.
Syntax
object.DrawFillEllipse (nDstX, nDstY, nWidth, nHeight, nColor, bAntiAlias)
The DrawFillEllipse syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nDstX | Required. Long. Specifies the x-coordinate of the upper-left corner of the rectangle that bounds the ellipse. |
| nDstY | Required. Long. Specifies the y-coordinate of the upper-left corner of the rectangle that bounds the ellipse. |
| nWidth | Required. Long. Specifies the width of the rectangle that bounds the ellipse. |
| nHeight | Required. Long. specifies the height of the rectangle that bounds the ellipse. |
| nColor | Required. Long. ARGB long color value used to fill the ellipse. |
| bAntiAlias | Optional. Boolean. Default value is False. Set to True to apply the Antialiasing algorithm else False. |
Returns
Remarks
The ImagingStatus constants are defined HERE
Category
Draw (Lines and Shapes)