In This Topic

GdViewer.AnnotationRotatedEventArgs Constructor(Int32)

In This Topic
Syntax
'Declaration

 

Public Function New( _

   ByVal AnnotationIdx As Integer _

)
public GdViewer.AnnotationRotatedEventArgs( 

   int AnnotationIdx

)
public GdViewer.AnnotationRotatedEventArgs( 

    AnnotationIdx: Integer

); 
public function GdViewer.AnnotationRotatedEventArgs( 

   AnnotationIdx : int

);
public: GdViewer.AnnotationRotatedEventArgs( 

   int AnnotationIdx

)
public:

GdViewer.AnnotationRotatedEventArgs( 

   int AnnotationIdx

)

Parameters

AnnotationIdx
See Also