Click or drag to resize

ClipperInflateRect(Rect64, Int32, Int32) Method

Inflates an integer 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 Rect64 rec,
	int dx,
	int dy
)

Parameters

rec  Rect64
The rectangle to inflate.
dx  Int32
The horizontal inflation amount.
dy  Int32
The vertical inflation amount.
See Also