'Declaration
Public Function AddEllipseToPath( _ ByVal CenterX As Single, _ ByVal CenterY As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As GdPictureStatus
public GdPictureStatus AddEllipseToPath( float CenterX, float CenterY, float Width, float Height )
public function AddEllipseToPath( CenterX: Single; CenterY: Single; Width: Single; Height: Single ): GdPictureStatus;
public function AddEllipseToPath( CenterX : float, CenterY : float, Width : float, Height : float ) : GdPictureStatus;
public: GdPictureStatus AddEllipseToPath( float CenterX, float CenterY, float Width, float Height )
public: GdPictureStatus AddEllipseToPath( float CenterX, float CenterY, float Width, float Height )
Parameters
- CenterX
- CenterY
- Width
- Height