Table of Contents

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

x int

The x value of the point.

y int

The y value of the point.

Returns

object

The entity under the given point, or null if no entity is under it.

Remarks