var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS(); var value; // Type: boolean // Parameters var x; // Type: number var y; // Type: number value = instance.isPointOnFigure(x, y);
Parameters
- x
- X-coordinate of point in control space.
- y
- Y-coordinate of point in control space.
Return Value
True - point is located on annotation; False - point is not located on annotation.