See Also Examples Applies To
Draw a fill circle into the native image.
Syntax
object.DrawFillCircle (nDstX, nDstY, nDiameter, nColor, bAntiAlias)
The DrawFillCircle 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 circle. |
| nDstY | Required. Long. Specifies the y-coordinate of the upper-left corner of the rectangle that bounds the circle. |
| nDiameter | Required. Long. Diameter of the circle in pixel. |
| nColor | Required. Long. ARGB long color value used to fill the circle. |
| 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)