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

AddEllipseToPath Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(9)>

Function AddEllipseToPath( _

   ByVal CenterX As Single, _

   ByVal CenterY As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As GdPictureStatus
[DispId(9)]

GdPictureStatus AddEllipseToPath( 

   float CenterX,

   float CenterY,

   float Width,

   float Height

)
function AddEllipseToPath( 

    CenterX: Single;

    CenterY: Single;

    Width: Single;

    Height: Single

): GdPictureStatus; 
DispIdAttribute(9)

function AddEllipseToPath( 

   CenterX : float,

   CenterY : float,

   Width : float,

   Height : float

) : GdPictureStatus;
[DispId(9)]

GdPictureStatus AddEllipseToPath( 

   float CenterX,

   float CenterY,

   float Width,

   float Height

) 
[DispId(9)]

GdPictureStatus AddEllipseToPath( 

   float CenterX,

   float CenterY,

   float Width,

   float Height

) 

Parameters

CenterX
CenterY
Width
Height
See Also

Reference

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