'Declaration Public Function FindAnnotationView( _
ByVal xThe X coordinate of point, in the image viewer space.As System.Int32, _
ByVal yThe Y coordinate of point, in the image viewer space.As System.Int32 _
) As Vintasoft.Imaging.Annotation.UI.AnnotationView
public Vintasoft.Imaging.Annotation.UI.AnnotationView FindAnnotationView(
System.Int32 x,
System.Int32 y
)
public: Vintasoft.Imaging.Annotation.UI.AnnotationView* FindAnnotationView(
System.Int32 x,
System.Int32 y
)
public:
Vintasoft.Imaging.Annotation.UI.AnnotationView^ FindAnnotationView(
System.Int32 x,
System.Int32 y
)
Parameters
- x
- The X coordinate of point, in the image viewer space.
- y
- The Y coordinate of point, in the image viewer space.
Return Value
The annotation view at specified point.