Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Shrink Method
A margin expressed as the percentage of the surface domain width/height

In This Topic
    Shrink Method
    In This Topic
    Shrinks the underlying untrimmed surface in order to make it as small as possible.
    Syntax
    'Declaration
     
    Public Sub Shrink( _
       Optional ByVal margin As Double _
    ) 
    public void Shrink( 
       double margin
    )

    Parameters

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