FAreaShrink Method
Return a shrunken version of the specified area.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea Shrink(
FArea area,
float amount,
bool allowZeroCrossing = false
)
Public Shared Function Shrink (
area As FArea,
amount As Single,
Optional allowZeroCrossing As Boolean = false
) As FArea
No code example is currently available or this language may not be supported.
- 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.
FArea
Reference to the shrunken area.