GdPicture.NET.14
GdPicture14 Namespace / GdViewer.AnnotationResizedEventHandler Delegate





In This Topic
GdViewer.AnnotationResizedEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")>
Public Delegate Sub GdViewer.AnnotationResizedEventHandler( _
   ByVal AnnotationIdx As Integer _
) 
[Guid("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")]
public delegate void GdViewer.AnnotationResizedEventHandler( 
   int AnnotationIdx
)
public delegate GdViewer.AnnotationResizedEventHandler( 
    AnnotationIdx: Integer
);
GuidAttribute("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")
public delegate GdViewer.AnnotationResizedEventHandler( 
   AnnotationIdx : int
)
[Guid("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")]
public: __gc __delegate void GdViewer.AnnotationResizedEventHandler( 
   int AnnotationIdx
)
[Guid("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")]
public delegate void GdViewer.AnnotationResizedEventHandler( 
   int AnnotationIdx
)

Parameters

AnnotationIdx
See Also