RectD(Double, Double, Double, Double) Constructor |
Initializes a new instance of the
RectD struct.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectD(
double l,
double t,
double r,
double b
)
Parameters
- l Double
- The X coordinate of the left side.
- t Double
- The Y coordinate of the top side.
- r Double
- The X coordinate of the right side.
- b Double
- The Y coordinate of the bottom side.
See Also