Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewOnPaper Class / HiddenLinesViewOnPaper Constructor / HiddenLinesViewOnPaper Constructor(HiddenLinesViewSettings,Double,RectangleF)
Hidden Lines computation settings
The scale of the printed drawing (orthographic camera only)
The print rectangle in page units

In This Topic
    HiddenLinesViewOnPaper Constructor(HiddenLinesViewSettings,Double,RectangleF)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewSettings As HiddenLinesViewSettings, _
       ByVal orthographicScale As Double, _
       ByVal printRect As RectangleF _
    )
    public HiddenLinesViewOnPaper( 
       HiddenLinesViewSettings viewSettings,
       double orthographicScale,
       RectangleF printRect
    )

    Parameters

    viewSettings
    Hidden Lines computation settings
    orthographicScale
    The scale of the printed drawing (orthographic camera only)
    printRect
    The print rectangle in page units
    See Also