CADability dotNET
Shrinks this simple shape by the given amount. note that the result is a CompoundShape which is composed of multiple simple shapes.

Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public CompoundShape Shrink(
	double d
)
Visual Basic
Public Function Shrink ( _
	d As Double _
) As CompoundShape
Visual C++
public:
CompoundShape^ Shrink(
	double d
)

Parameters

d
Type: System..::..Double
Amount to shrink, if negative Expand(Double) will be called

Return Value

The resulting shape (may be empty)

See Also