Method GetEntityFromPoint
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
GetEntityFromPoint(int, int)
Returns the entity that resides under the given point. The point is defined by x and y coordinates in pixels relative to the upper left corner of the drawing area.
public object GetEntityFromPoint(int x, int y)
Parameters
Returns
- object
The entity under the given point, or null if no entity is under it.