RectangleDFromRectangleF Method

New Rectangle from float values.

Definition

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

Parameters

RectF  RectangleF
float rectangle for new double rectangle

Return Value

RectangleD
New rectangle with double values.

See Also