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

AddTextAnnot Method (AnnotationManager)

In This Topic
Syntax
'Declaration

 

Public Function AddTextAnnot( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal Text As String _

) As AnnotationText
public AnnotationText AddTextAnnot( 

   float Left,

   float Top,

   float Width,

   float Height,

   string Text

)
public function AddTextAnnot( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    Text: String

): AnnotationText; 
public function AddTextAnnot( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   Text : String

) : AnnotationText;
public: AnnotationText* AddTextAnnot( 

   float Left,

   float Top,

   float Width,

   float Height,

   string* Text

) 
public:

AnnotationText^ AddTextAnnot( 

   float Left,

   float Top,

   float Width,

   float Height,

   String^ Text

) 

Parameters

Left
Top
Width
Height
Text
See Also

Reference

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