Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ScreenPolygonParams Class / ScreenPolygonParams Constructor
Tee viewport bounds
The modelview projection matrix
The 2D points defining the screen polygon
The segments defining the polygon in screen coordinates
The minimum value of the polygon points
The maximum value of the polygon points
The display mode
The screen to world conversion factor
The ViewportLayout
The transformation to apply to the entities

In This Topic
    ScreenPolygonParams Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewFrame() As Integer, _
       ByVal modelViewProj() As Double, _
       ByVal screenPolygon As IList(Of Point2D), _
       ByVal screenSegments As IList(Of Segment2D), _
       ByVal min As Point2D, _
       ByVal max As Point2D, _
       ByVal displayMode As displayType, _
       ByVal screenToWorld As Single, _
       ByVal viewportLayout As ViewportLayout, _
       ByVal transform As Transformation _
    )

    Parameters

    viewFrame
    Tee viewport bounds
    modelViewProj
    The modelview projection matrix
    screenPolygon
    The 2D points defining the screen polygon
    screenSegments
    The segments defining the polygon in screen coordinates
    min
    The minimum value of the polygon points
    max
    The maximum value of the polygon points
    displayMode
    The display mode
    screenToWorld
    The screen to world conversion factor
    viewportLayout
    The ViewportLayout
    transform
    The transformation to apply to the entities
    See Also