'DeclarationPublic Overloads Function DrawFilledCircle( _ ByVal ImageID As Integer, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal Diameter As Integer, _ ByVal FillColor As Color, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawFilledCircle( int ImageID, int DstLeft, int DstTop, int Diameter, Color FillColor, bool AntiAlias )
public function DrawFilledCircle( ImageID: Integer; DstLeft: Integer; DstTop: Integer; Diameter: Integer; FillColor: Color; AntiAlias: Boolean ): GdPictureStatus;
public function DrawFilledCircle( ImageID : int, DstLeft : int, DstTop : int, Diameter : int, FillColor : Color, AntiAlias : boolean ) : GdPictureStatus;
Parameters
- ImageID
- GdPicture image identifier.
- DstLeft
- Specifies the x-coordinate of the center of the circle.
- DstTop
- Specifies the y-coordinate of the center of the circle.
- Diameter
- Diameter of the circle in pixel.
- FillColor
- Color of the circle. A suitable color value can be obtained by using the ARGB() method.
- AntiAlias
- Set to True to apply the Antialiasing algorithm else False.
Return Value
A member of the GdPictureStatus enumeration.