GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawPie Method





In This Topic
DrawPie Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(109)>
Function DrawPie( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Radius As Single, _
   ByVal StartAngle As Single, _
   ByVal EndAngle As Single, _
   ByVal Fill As Boolean, _
   ByVal Stroke As Boolean _
) As GdPictureStatus
[DispId(109)]
GdPictureStatus DrawPie( 
   float Left,
   float Top,
   float Radius,
   float StartAngle,
   float EndAngle,
   bool Fill,
   bool Stroke
)
function DrawPie( 
    Left: Single;
    Top: Single;
    Radius: Single;
    StartAngle: Single;
    EndAngle: Single;
    Fill: Boolean;
    Stroke: Boolean
): GdPictureStatus; 
DispIdAttribute(109)
function DrawPie( 
   Left : float,
   Top : float,
   Radius : float,
   StartAngle : float,
   EndAngle : float,
   Fill : boolean,
   Stroke : boolean
) : GdPictureStatus;
[DispId(109)]
GdPictureStatus DrawPie( 
   float Left,
   float Top,
   float Radius,
   float StartAngle,
   float EndAngle,
   bool Fill,
   bool Stroke
) 
[DispId(109)]
GdPictureStatus DrawPie( 
   float Left,
   float Top,
   float Radius,
   float StartAngle,
   float EndAngle,
   bool Fill,
   bool Stroke
) 

Parameters

Left
Top
Radius
StartAngle
EndAngle
Fill
Stroke
See Also

Reference

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