RectangleDFromLTRB Method

Calculate a rectangle from outside coordinates.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static RectangleD FromLTRB(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left  Double
left location of the rectangle (X)
top  Double
top location of the rectangle (Y)
right  Double
rifht side of the rectangle
bottom  Double
bottom side of the rectangle

Return Value

RectangleD

See Also