Checks to see if two rectangles intersect

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public bool Intersects(
	rect area
)

Parameters

area
Type: Skewworks.NETMF..::..rect
rectangle to check

Return Value

Type: Boolean
true if rectangles intersect; else false

See Also