In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawEllipse Method

DrawEllipse Method (GdPicturePDF)

In This Topic
Syntax
'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;
public: GdPictureStatus DrawEllipse( 

   float CenterX,

   float CenterY,

   float Width,

   float Height,

   bool Fill,

   bool Stroke

) 
public:

GdPictureStatus DrawEllipse( 

   float CenterX,

   float CenterY,

   float Width,

   float Height,

   bool Fill,

   bool Stroke

) 

Parameters

CenterX
CenterY
Width
Height
Fill
Stroke
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members