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

Parameters

pt  PointF
 

Return Value

Boolean
True if the point is inside of the rectangle.

See Also