In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddEllipseAnnot / AddEllipseAnnot(Int32,Single,Single,Single,Single) Method

AddEllipseAnnot(Int32,Single,Single,Single,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function AddEllipseAnnot( _

   ByVal BorderColor As Integer, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As AnnotationEllipse
public AnnotationEllipse AddEllipseAnnot( 

   int BorderColor,

   float Left,

   float Top,

   float Width,

   float Height

)
public function AddEllipseAnnot( 

    BorderColor: Integer;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): AnnotationEllipse; 
public function AddEllipseAnnot( 

   BorderColor : int,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : AnnotationEllipse;
public: AnnotationEllipse* AddEllipseAnnot( 

   int BorderColor,

   float Left,

   float Top,

   float Width,

   float Height

) 
public:

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.AnnotationManager
AnnotationManager Members
Overload List