GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / AddCommentAnnot Method





In This Topic
AddCommentAnnot Method (IAnnotationManager)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(4)>
Function AddCommentAnnot( _
   ByVal PreviousGuid As String, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) As AnnotationComment
[DispId(4)]
AnnotationComment AddCommentAnnot( 
   string PreviousGuid,
   float Left,
   float Top,
   float Width,
   float Height
)
function AddCommentAnnot( 
    PreviousGuid: String;
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
): AnnotationComment; 
DispIdAttribute(4)
function AddCommentAnnot( 
   PreviousGuid : String,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : AnnotationComment;
[DispId(4)]
AnnotationComment* AddCommentAnnot( 
   string* PreviousGuid,
   float Left,
   float Top,
   float Width,
   float Height
) 
[DispId(4)]
AnnotationComment^ AddCommentAnnot( 
   String^ PreviousGuid,
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

PreviousGuid
Left
Top
Width
Height
See Also

Reference

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