FindLayerAt returns the layer index under the position x, y (in client area coordinates). 
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
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


























