FindLayerAt returns the layer index under the position x, y (in client area coordinates).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int FindLayerAt(
	int x,
	int y
)
Public Function FindLayerAt ( _
	x As Integer, _
	y As Integer _
) As Integer
public:
int FindLayerAt(
	int x, 
	int y
)

Parameters

x
Int32
x position
y
Int32
y position

Return Value

Returns -1 if no layer was found.

See Also