'Declaration
Public Function DrawRotatedFilledEllipse( _ ByVal ImageID As Integer, _ ByVal Angle As Single, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal FillColor As GdPictureColor, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawRotatedFilledEllipse( int ImageID, float Angle, float DstLeft, float DstTop, float Width, float Height, GdPictureColor FillColor, bool AntiAlias )
public function DrawRotatedFilledEllipse( ImageID: Integer; Angle: Single; DstLeft: Single; DstTop: Single; Width: Single; Height: Single; FillColor: GdPictureColor; AntiAlias: Boolean ): GdPictureStatus;
public function DrawRotatedFilledEllipse( ImageID : int, Angle : float, DstLeft : float, DstTop : float, Width : float, Height : float, FillColor : GdPictureColor, AntiAlias : boolean ) : GdPictureStatus;
public: GdPictureStatus DrawRotatedFilledEllipse( int ImageID, float Angle, float DstLeft, float DstTop, float Width, float Height, GdPictureColor FillColor, bool AntiAlias )
public: GdPictureStatus DrawRotatedFilledEllipse( int ImageID, float Angle, float DstLeft, float DstTop, float Width, float Height, GdPictureColor FillColor, bool AntiAlias )
Parameters
- ImageID
- GdPicture image identifier.
- Angle
- Angle of rotation in degrees.
- 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 rectangle. 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.