RectangleD(RectangleF) Constructor

New instance from rectangle with float values.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RectangleD(
	RectangleF RectF
)

Parameters

RectF  RectangleF
rectangle with float values.

See Also