DrawCircle Method

See Also     Examples     Applies To

Draws a circle into the native image.

Syntax

object.DrawCircle (nDstX, nDstY, nDiameter, nColor, nPenWidth, bAntiAlias)

The DrawCircle 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 of the circle.
nPenWidth Optional. Long. Default value is 1. The width in pixel of the pen used to draw the circle.
bAntiAlias Optional. Boolean. Default value is False. Set to True to apply the Antialiasing algorithm else False.

Returns

ImagingStatus

Remarks

The ImagingStatus constants are defined HERE

Category

Draw (Lines and Shapes)





© Copyright 2007 GdPicture All rights reserved.
Documentation MAP.