ClipperInflateRect(RectD, Double, Double) Method |
Inflates a floating-point rectangle by the specified amounts.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void InflateRect(
ref RectD rec,
double dx,
double dy
)
Parameters
- rec RectD
- The rectangle to inflate.
- dx Double
- The horizontal inflation amount.
- dy Double
- The vertical inflation amount.
See Also