Click or drag to resize

ClipperScaleRect Method

Scales a floating-point rectangle and returns an integer rectangle.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Rect64 ScaleRect(
	RectD rec,
	double scale
)

Parameters

rec  RectD
The rectangle to scale.
scale  Double
The scale factor.

Return Value

Rect64
The scaled integer rectangle.
See Also