 | RectangleFContains Method (Vector2F) |
Checks whether this rectangle contains the point denoted by the specified vector.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic bool Contains(
Vector2F point
)
Public Function Contains (
point As Vector2F
) As Boolean
public:
bool Contains(
Vector2F point
)
member Contains :
point : Vector2F -> bool
Parameters
- point
- Type: Slash.Math.Algebra.VectorsVector2F
Point to check.
Return Value
Type:
Booleantrue, if this rectangle contains
point, and
false otherwise.
See Also