FAreaShrink Method

Return a shrunken version of the specified area.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FArea Shrink(
	FArea area,
	float amount,
	bool allowZeroCrossing = false
)

Parameters

area  FArea
The area to shrink.
amount  Single
The amount by which to uniformly shrink the area.
allowZeroCrossing  Boolean  (Optional)
Optional value indicating whether or not to allow a zero-crossing on the width or height. Default = false.

Return Value

FArea
Reference to the shrunken area.

See Also