Returns whether the current VectorRectangle contains the specified point.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public bool Contains( Vector v ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ v As Vector _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( Vector v ) |