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(
	int x,
	int y
)

Parameters

x
Type: System..::..Int32
x location
y
Type: System..::..Int32
y location

Return Value

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

See Also