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





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

Parameters

routedEvent
AnnotationIdx
See Also