Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MagnifyingGlassSettings Class / MagnifyingGlassSettings Constructor / MagnifyingGlassSettings Constructor(Size,Double,Boolean)
The lens size
The lens magnifying factor
If true, the line weights of the wireframe entities are scaled by the Factor, else they keep their size on screen in the magnified drawing.

In This Topic
    MagnifyingGlassSettings Constructor(Size,Double,Boolean)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal size As Size, _
       ByVal factor As Double, _
       ByVal scaleLineWeight As Boolean _
    )
    public MagnifyingGlassSettings( 
       Size size,
       double factor,
       bool scaleLineWeight
    )

    Parameters

    size
    The lens size
    factor
    The lens magnifying factor
    scaleLineWeight
    If true, the line weights of the wireframe entities are scaled by the Factor, else they keep their size on screen in the magnified drawing.
    See Also