Scales a floating-point rectangle and returns an integer rectangle.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Rect64 ScaleRect(
RectD rec,
double scale
)
Parameters
- rec RectD
- The rectangle to scale.
- scale Double
- The scale factor.
Return Value
Rect64The scaled integer rectangle.
See Also