RectangleD(PointD, SizeF) Constructor

New instance of RectangleD by location and size.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RectangleD(
	PointD location,
	SizeF size
)

Parameters

location  PointD
X and Y of the rectangle.
size  SizeF
Width and Height of the rectangle.

See Also