Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / Viewport Constructor / Viewport Constructor(Point,Size,BackgroundSettings,Camera,ToolBar[],Legend[],displayType,Boolean,Boolean,Boolean,Boolean,Grid,OriginSymbol,Boolean,RotateSettings,ZoomSettings,PanSettings,NavigationSettings,viewType)
Coordinates of the upper-left corner of the viewport relative to the upper-left corner of its container
Size of the viewport in pixels
Background settings
Camera settings
Toolbars settings
Legends array
Display mode
Labels visibility status
If true, the model vertices are displayed
If true and ShowVertices is also true the model vertex indices are displayed
If true, labels are hidden automatically when behind the model
Planar grid settings
Origin symbol settings
If true, sorts the Labels using the depth from the viewer
Rotate settings
Zoom settings
Pan settings
Initial View

In This Topic
    Viewport Constructor(Point,Size,BackgroundSettings,Camera,ToolBar[],Legend[],displayType,Boolean,Boolean,Boolean,Boolean,Grid,OriginSymbol,Boolean,RotateSettings,ZoomSettings,PanSettings,NavigationSettings,viewType)
    In This Topic
    Viewport constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal location As Point, _
       ByVal size As Size, _
       ByVal background As BackgroundSettings, _
       ByVal camera As Camera, _
       ByVal toolBars() As ToolBar, _
       ByVal legends() As Legend, _
       ByVal displayMode As displayType, _
       ByVal showLabels As Boolean, _
       ByVal showVertices As Boolean, _
       ByVal showVertexIndices As Boolean, _
       ByVal autoHideLabels As Boolean, _
       ByVal grid As Grid, _
       ByVal originSymbol As OriginSymbol, _
       ByVal sortLabels As Boolean, _
       ByVal rotate As RotateSettings, _
       ByVal zoom As ZoomSettings, _
       ByVal pan As PanSettings, _
       ByVal navigation As NavigationSettings, _
       ByVal initialView As viewType _
    )

    Parameters

    location
    Coordinates of the upper-left corner of the viewport relative to the upper-left corner of its container
    size
    Size of the viewport in pixels
    background
    Background settings
    camera
    Camera settings
    toolBars
    Toolbars settings
    legends
    Legends array
    displayMode
    Display mode
    showLabels
    Labels visibility status
    showVertices
    If true, the model vertices are displayed
    showVertexIndices
    If true and ShowVertices is also true the model vertex indices are displayed
    autoHideLabels
    If true, labels are hidden automatically when behind the model
    grid
    Planar grid settings
    originSymbol
    Origin symbol settings
    sortLabels
    If true, sorts the Labels using the depth from the viewer
    rotate
    Rotate settings
    zoom
    Zoom settings
    pan
    Pan settings
    navigation
    Navigation settings
    initialView
    Initial View
    See Also