RectangleDSetFromRectangleF Method

Set Rectangle from float values.

Definition

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

Parameters

rect  RectangleF
 

Return Value

RectangleD
Modified this rectangle

See Also