Click or drag to resize

ClipperInflateRect(RectD, Double, Double) Method

Inflates a floating-point rectangle by the specified amounts.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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