Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / OffsetOnCameraAxesParams Class / OffsetOnCameraAxesParams Constructor

In This Topic
    OffsetOnCameraAxesParams Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal transform As Transformation, _
       ByVal viewportLayout As ViewportLayout, _
       ByVal m1 As Point2D, _
       ByVal m2 As Point2D _
    )
    public OffsetOnCameraAxesParams( 
       Transformation transform,
       ViewportLayout viewportLayout,
       Point2D m1,
       Point2D m2
    )

    Parameters

    transform
    viewportLayout
    m1
    m2
    See Also