Instrumentation Widgets for PDA

VectorRectangle.Contains Method 

Returns whether the current VectorRectangle contains the specified point.

[Visual Basic]
Public Function Contains( _
   ByVal v As Vector _
) As Boolean
[C#]
public bool Contains(
   Vector v
);

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace