Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewOnPaper Class / ScaleViewToPageUnits Property

In This Topic
    ScaleViewToPageUnits Property
    In This Topic
    Gets the factors to scale the view coordinates to page coordinates.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScaleViewToPageUnits As Point2D
    public Point2D ScaleViewToPageUnits {get;}
    Remarks
    This data is available after the Print method has been called.
    See Also