Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MagnifyingGlassSettings Class / MagnifyingGlassSettings Constructor / MagnifyingGlassSettings Constructor(Size,Double,Boolean,Point)
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.
The offset between the mouse position and the lens.

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

    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.
    offset
    The offset between the mouse position and the lens.
    See Also