RectangleDContains(PointD) 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(
	PointD pt
)

Parameters

pt  PointD
 

Return Value

Boolean
True if the point is inside of the rectangle.

See Also