RectangleDContains(Single, Single) Method

Contain a point wit X and Y coordinates.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool Contains(
	float X,
	float Y
)

Parameters

X  Single
X value of the point in the recatngle
Y  Single
Y value of the point in the rectangle

Return Value

Boolean
True if the point is inside of the rectangle.

See Also