'Declaration
Public Overloads Function DrawEllipse( _ ByVal ImageID As Integer, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal PenColor As Integer, _ ByVal PenWidth As Single, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawEllipse( int ImageID, float DstLeft, float DstTop, float Width, float Height, int PenColor, float PenWidth, bool AntiAlias )
public function DrawEllipse( ImageID: Integer; DstLeft: Single; DstTop: Single; Width: Single; Height: Single; PenColor: Integer; PenWidth: Single; AntiAlias: Boolean ): GdPictureStatus;
public function DrawEllipse( ImageID : int, DstLeft : float, DstTop : float, Width : float, Height : float, PenColor : int, PenWidth : float, 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.
- PenColor
- The ellipse color. A suitable color value can be obtained by using the ARGBI() method.
- PenWidth
- The width, in pixel, of the pen used to draw the ellipse.
- AntiAlias
- Set to True to apply the Antialiasing algorithm else False.
Return Value
A member of the GdPictureStatus enumeration.