See Also Examples Applies To
Draw a fill circle into the native GdPicture image.
Syntax
object.DrawFillCircle (nDstLeft, nDstTop, nDiameter, nColorARGB, bAntiAlias)
The DrawFillCircle syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nDstLeft | Required. Long. Specifies the x-coordinate of the center of the circle. |
| nDstTop | Required. Long. Specifies the y-coordinate of the center of the circle. |
| nDiameter | Required. Long. Diameter of the circle in pixel. |
| nColorARGB | Required. Long. 32-bit Color (ARGB) used to fill the circle. |
| bAntiAlias | Optional. Boolean. Default value is False. Set to True to apply the Antialiasing algorithm else False. |
Returns
Long. GdPictureStatus
Category
Draw (Lines and Shapes)