GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / DrawEllipse Method





In This Topic
DrawEllipse Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(268)>
Function DrawEllipse( _
   ByVal ImageID As Integer, _
   ByVal DstLeft As Single, _
   ByVal DstTop As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal PenColor As Integer, _
   ByVal PenWidth As Single, _
   ByVal AntiAlias As Boolean _
) As GdPictureStatus
[DispId(268)]
GdPictureStatus DrawEllipse( 
   int ImageID,
   float DstLeft,
   float DstTop,
   float Width,
   float Height,
   int PenColor,
   float PenWidth,
   bool AntiAlias
)
function DrawEllipse( 
    ImageID: Integer;
    DstLeft: Single;
    DstTop: Single;
    Width: Single;
    Height: Single;
    PenColor: Integer;
    PenWidth: Single;
    AntiAlias: Boolean
): GdPictureStatus; 
DispIdAttribute(268)
function DrawEllipse( 
   ImageID : int,
   DstLeft : float,
   DstTop : float,
   Width : float,
   Height : float,
   PenColor : int,
   PenWidth : float,
   AntiAlias : boolean
) : GdPictureStatus;
[DispId(268)]
GdPictureStatus DrawEllipse( 
   int ImageID,
   float DstLeft,
   float DstTop,
   float Width,
   float Height,
   int PenColor,
   float PenWidth,
   bool AntiAlias
) 
[DispId(268)]
GdPictureStatus DrawEllipse( 
   int ImageID,
   float DstLeft,
   float DstTop,
   float Width,
   float Height,
   int PenColor,
   float PenWidth,
   bool AntiAlias
) 

Parameters

ImageID
DstLeft
DstTop
Width
Height
PenColor
PenWidth
AntiAlias
See Also

Reference

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