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





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

Parameters

AnnotationIdx
See Also