'Declaration
Public Function DrawEllipse( _ ByVal CenterX As Single, _ ByVal CenterY As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawEllipse( float CenterX, float CenterY, float Width, float Height, bool Fill, bool Stroke )
public function DrawEllipse( CenterX: Single; CenterY: Single; Width: Single; Height: Single; Fill: Boolean; Stroke: Boolean ): GdPictureStatus;
public function DrawEllipse( CenterX : float, CenterY : float, Width : float, Height : float, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
Parameters
- CenterX
- CenterY
- Width
- Height
- Fill
- Stroke