RectangleDContains(RectangleD) Method

Contains the complete Rectangle inside this rectangle.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool Contains(
	RectangleD rect
)

Parameters

rect  RectangleD
 

Return Value

Boolean
True if all coordinates inside

See Also