In This Topic

GdViewer.AnnotationMovedEventArgs Constructor(Int32)

In This Topic
Syntax
'Declaration

 

Public Function New( _

   ByVal AnnotationIdx As Integer _

)
public GdViewer.AnnotationMovedEventArgs( 

   int AnnotationIdx

)
public GdViewer.AnnotationMovedEventArgs( 

    AnnotationIdx: Integer

); 
public function GdViewer.AnnotationMovedEventArgs( 

   AnnotationIdx : int

);
public: GdViewer.AnnotationMovedEventArgs( 

   int AnnotationIdx

)
public:

GdViewer.AnnotationMovedEventArgs( 

   int AnnotationIdx

)

Parameters

AnnotationIdx
See Also