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

DrawArc Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(265)>

Function DrawArc( _

   ByVal ImageID As Integer, _

   ByVal DstLeft As Single, _

   ByVal DstTop As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal StartAngle As Single, _

   ByVal SweepAngle As Single, _

   ByVal PenWidth As Single, _

   ByVal PenColor As Integer, _

   ByVal AntiAlias As Boolean _

) As GdPictureStatus
[DispId(265)]

GdPictureStatus DrawArc( 

   int ImageID,

   float DstLeft,

   float DstTop,

   float Width,

   float Height,

   float StartAngle,

   float SweepAngle,

   float PenWidth,

   int PenColor,

   bool AntiAlias

)
function DrawArc( 

    ImageID: Integer;

    DstLeft: Single;

    DstTop: Single;

    Width: Single;

    Height: Single;

    StartAngle: Single;

    SweepAngle: Single;

    PenWidth: Single;

    PenColor: Integer;

    AntiAlias: Boolean

): GdPictureStatus; 
DispIdAttribute(265)

function DrawArc( 

   ImageID : int,

   DstLeft : float,

   DstTop : float,

   Width : float,

   Height : float,

   StartAngle : float,

   SweepAngle : float,

   PenWidth : float,

   PenColor : int,

   AntiAlias : boolean

) : GdPictureStatus;
[DispId(265)]

GdPictureStatus DrawArc( 

   int ImageID,

   float DstLeft,

   float DstTop,

   float Width,

   float Height,

   float StartAngle,

   float SweepAngle,

   float PenWidth,

   int PenColor,

   bool AntiAlias

) 
[DispId(265)]

GdPictureStatus DrawArc( 

   int ImageID,

   float DstLeft,

   float DstTop,

   float Width,

   float Height,

   float StartAngle,

   float SweepAngle,

   float PenWidth,

   int PenColor,

   bool AntiAlias

) 

Parameters

ImageID
DstLeft
DstTop
Width
Height
StartAngle
SweepAngle
PenWidth
PenColor
AntiAlias
See Also

Reference

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