CADability dotNET
Expands 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 Expand(
	double d
)
Visual Basic
Public Function Expand ( _
	d As Double _
) As CompoundShape
Visual C++
public:
CompoundShape^ Expand(
	double d
)

Parameters

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

Return Value

The resulting shape

See Also