'Declaration Public Function FindAnnotationView( _
ByVal xX координата точки в пространстве просмотрщика изображений.As System.Int32, _
ByVal yY координата точки в пространстве просмотрщика изображений.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
- X координата точки в пространстве просмотрщика изображений.
- y
- Y координата точки в пространстве просмотрщика изображений.
Return Value
Представление аннотации в указанной точке.