'DeclarationPublic Overloads Function DrawFilledEllipse( _ ByVal ImageID As Integer, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal FillColor As Color, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawFilledEllipse( int ImageID, int DstLeft, int DstTop, int Width, int Height, Color FillColor, bool AntiAlias )
public function DrawFilledEllipse( ImageID: Integer; DstLeft: Integer; DstTop: Integer; Width: Integer; Height: Integer; FillColor: Color; AntiAlias: Boolean ): GdPictureStatus;
public function DrawFilledEllipse( ImageID : int, DstLeft : int, DstTop : int, Width : int, Height : int, FillColor : Color, AntiAlias : boolean ) : GdPictureStatus;
Parameters
- ImageID
- GdPicture image identifier.
- DstLeft
- Specifies the x-coordinate of the upper-left corner of the rectangle that bounds the ellipse.
- DstTop
- Specifies the y-coordinate of the upper-left corner of the rectangle that bounds the ellipse.
- Width
- Specifies the width of the rectangle that bounds the ellipse.
- Height
- Specifies the height of the rectangle that bounds the ellipse.
- FillColor
- Color of the filled ellipse.
- AntiAlias
- Set to True to apply the Antialiasing algorithm else False.
Return Value
A member of the GdPictureStatus enumeration.
