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
Second rectangle

Return Value

Boolean
True if all coordinates inside

See Also