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

DrawArc Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(81)>

Function DrawArc( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Radius As Single, _

   ByVal StartAngle As Single, _

   ByVal EndAngle As Single, _

   ByVal Close As Boolean, _

   ByVal Fill As Boolean, _

   ByVal Stroke As Boolean _

) As GdPictureStatus
[DispId(81)]

GdPictureStatus DrawArc( 

   float Left,

   float Top,

   float Radius,

   float StartAngle,

   float EndAngle,

   bool Close,

   bool Fill,

   bool Stroke

)
function DrawArc( 

    Left: Single;

    Top: Single;

    Radius: Single;

    StartAngle: Single;

    EndAngle: Single;

    Close: Boolean;

    Fill: Boolean;

    Stroke: Boolean

): GdPictureStatus; 
DispIdAttribute(81)

function DrawArc( 

   Left : float,

   Top : float,

   Radius : float,

   StartAngle : float,

   EndAngle : float,

   Close : boolean,

   Fill : boolean,

   Stroke : boolean

) : GdPictureStatus;
[DispId(81)]

GdPictureStatus DrawArc( 

   float Left,

   float Top,

   float Radius,

   float StartAngle,

   float EndAngle,

   bool Close,

   bool Fill,

   bool Stroke

) 
[DispId(81)]

GdPictureStatus DrawArc( 

   float Left,

   float Top,

   float Radius,

   float StartAngle,

   float EndAngle,

   bool Close,

   bool Fill,

   bool Stroke

) 

Parameters

Left
Top
Radius
StartAngle
EndAngle
Close
Fill
Stroke
See Also

Reference

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