RectangleDContains(Double, Double) 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(
	double X,
	double Y
)

Parameters

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

Return Value

Boolean
True if the point is inside of the rectangle.

See Also