Returns an element that is placed under given point.
Namespace:
PerpetuumSoft.Framework.ModelAssembly: PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
IElement GetElementAt( Vector point ) |
| Visual Basic (Declaration) |
|---|
Function GetElementAt ( _ point As Vector _ ) As IElement |
| Visual C++ |
|---|
IElement^ GetElementAt( Vector point ) |
Parameters
- point
- Type: PerpetuumSoft.Framework.Drawing..::.Vector