Checks if a point is inside the rectangle

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 Contains(
	point pointe
)

Parameters

pointe
Type: Skewworks.NETMF..::..point
point to check

Return Value

Type: Boolean
true if point is inside rectangle; else false

See Also