Click or drag to resize
RectangleFContains Method (Vector2F)
Checks whether this rectangle contains the point denoted by the specified vector.

Namespace: Slash.Math.Geometry.Rectangles
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public bool Contains(
	Vector2F point
)

Parameters

point
Type: Slash.Math.Algebra.VectorsVector2F
Point to check.

Return Value

Type: Boolean
true, if this rectangle contains point, and false otherwise.
See Also