Returns the mouse position in the current view.
Namespace:
PerpetuumSoft.Framework.ModelAssembly: PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Vector GetPosition( IElement element ) |
Visual Basic (Declaration) |
---|
Public Function GetPosition ( _ element As IElement _ ) As Vector |
Visual C++ |
---|
public: Vector GetPosition( IElement^ element ) |
Parameters
- element
- Type: PerpetuumSoft.Framework.Model..::.IElement