Eyeshot 10 WinForms API Reference
Viewport Constructor(Point,Size,BackgroundSettings,Camera,ToolBar[],displayType,Boolean,Boolean,Boolean,Boolean,Grid[],Boolean,RotateSettings,ZoomSettings,PanSettings,NavigationSettings,SavedViewsManager,viewType)

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class > Viewport Constructor : Viewport Constructor(Point,Size,BackgroundSettings,Camera,ToolBar[],displayType,Boolean,Boolean,Boolean,Boolean,Grid[],Boolean,RotateSettings,ZoomSettings,PanSettings,NavigationSettings,SavedViewsManager,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
Display mode
Labels visibility status
If true, labels are hidden automatically when behind the model
If true, the model vertices are displayed
If true and ShowVertices is also true the model vertex indices are displayed
Planar grids settings
If true, sorts the Labels using the depth from the viewer
Rotate settings
Zoom settings
Pan settings
The saved views manager
Initial View
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 displayMode As displayType, _
   ByVal showLabels As Boolean, _
   ByVal autoHideLabels As Boolean, _
   ByVal showVertices As Boolean, _
   ByVal showVertexIndices As Boolean, _
   ByVal grids() As Grid, _
   ByVal sortLabels As Boolean, _
   ByVal rotate As RotateSettings, _
   ByVal zoom As ZoomSettings, _
   ByVal pan As PanSettings, _
   ByVal navigation As NavigationSettings, _
   ByVal savedViews As Viewport.SavedViewsManager, _
   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
displayMode
Display mode
showLabels
Labels visibility status
autoHideLabels
If true, labels are hidden automatically when behind the model
showVertices
If true, the model vertices are displayed
showVertexIndices
If true and ShowVertices is also true the model vertex indices are displayed
grids
Planar grids settings
sortLabels
If true, sorts the Labels using the depth from the viewer
rotate
Rotate settings
zoom
Zoom settings
pan
Pan settings
navigation
Settings for the Camera.navigationType.Walk and Camera.navigationType.Fly camera navigation modes
savedViews
The saved views manager
initialView
Initial View
See Also

Reference

Viewport Class
Viewport Members
Overload List