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

AddEllipseAnnot Method (IAnnotationManager)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(5)>

Function AddEllipseAnnot( _

   ByVal BorderColor As Integer, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As AnnotationEllipse
[DispId(5)]

AnnotationEllipse AddEllipseAnnot( 

   int BorderColor,

   float Left,

   float Top,

   float Width,

   float Height

)
function AddEllipseAnnot( 

    BorderColor: Integer;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): AnnotationEllipse; 
DispIdAttribute(5)

function AddEllipseAnnot( 

   BorderColor : int,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : AnnotationEllipse;
[DispId(5)]

AnnotationEllipse* AddEllipseAnnot( 

   int BorderColor,

   float Left,

   float Top,

   float Width,

   float Height

) 
[DispId(5)]

AnnotationEllipse^ AddEllipseAnnot( 

   int BorderColor,

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

BorderColor
Left
Top
Width
Height
See Also

Reference

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