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





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

Parameters

AnnotationIdx
See Also