Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MagnifyingGlassSettings Class / MagnifyingGlassSettings Constructor / MagnifyingGlassSettings Constructor(Size,Double)
The lens size
The lens magnifying factor

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

    Parameters

    size
    The lens size
    factor
    The lens magnifying factor
    See Also