Surface.Shrink Method

Shrinks the underlying untrimmed surface in order to make it as small as possible.
Public Sub Shrink( _ 
Optional ByVal margin As Double = 0 _ 
)
This language is not supported or no code example is available.
public void Shrink( 
double margin = 0 
)
This language is not supported or no code example is available.

Parameters

margin
double

A margin expressed as the percentage of the surface domain width/height

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition