GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.AnnotationSelectedEventArgs Class / GdViewer.AnnotationSelectedEventArgs Constructor / GdViewer.AnnotationSelectedEventArgs Constructor(Int32)





In This Topic
GdViewer.AnnotationSelectedEventArgs Constructor(Int32)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal AnnotationIdx As Integer _
)
public GdViewer.AnnotationSelectedEventArgs( 
   int AnnotationIdx
)
public GdViewer.AnnotationSelectedEventArgs( 
    AnnotationIdx: Integer
); 
public function GdViewer.AnnotationSelectedEventArgs( 
   AnnotationIdx : int
);
public: GdViewer.AnnotationSelectedEventArgs( 
   int AnnotationIdx
)
public:
GdViewer.AnnotationSelectedEventArgs( 
   int AnnotationIdx
)

Parameters

AnnotationIdx
See Also