Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Scale Method / Scale(Double) Method
Scale factor

In This Topic
    Scale(Double) Method
    In This Topic
    Scales all the entities in this collection of the specified scale factor.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal factor As Double _
    ) 
    public void Scale( 
       double factor
    )

    Parameters

    factor
    Scale factor
    Remarks
    You need to call Viewport.Entities.Regen() to see the effect of this command.
    See Also