'Declaration
Public Overloads Function DrawFilledCircle( _ ByVal ImageID As Integer, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal Diameter As Single, _ ByVal FillColor As Integer, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawFilledCircle( int ImageID, float DstLeft, float DstTop, float Diameter, int FillColor, bool AntiAlias )
public function DrawFilledCircle( ImageID: Integer; DstLeft: Single; DstTop: Single; Diameter: Single; FillColor: Integer; AntiAlias: Boolean ): GdPictureStatus;
public function DrawFilledCircle( ImageID : int, DstLeft : float, DstTop : float, Diameter : float, FillColor : int, 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 filled circle. A suitable color value can be obtained by using the ARGBI() method.
- AntiAlias
- Set to True to apply the Antialiasing algorithm else False.
Return Value
A member of the GdPictureStatus enumeration.