Viewport(Point, Size, BackgroundSettings, Camera, ToolBar(), Legend(), displayType, Boolean, Boolean, Boolean, Boolean, Grid, OriginSymbol, Boolean, RotateSettings, ZoomSettings, PanSettings, NavigationSettings, viewType) Constructor

Standard constructor (WinForms).
Public Sub 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
)
This language is not supported or no code example is available.
public Viewport( 
Point location
Size size
BackgroundSettings background
Camera camera
ToolBar[] toolBars
Legend[] legends
displayType displayMode
bool showLabels
bool showVertices
bool showVertexIndices
bool autoHideLabels
Grid grid
OriginSymbol originSymbol
bool sortLabels
RotateSettings rotate
ZoomSettings zoom
PanSettings pan
NavigationSettings navigation
viewType initialView 
)
This language is not supported or no code example is available.

Parameters

location
Point

Coordinates of the upper-left corner of the viewport relative to the upper-left corner of its container

size
Size

Size of the viewport in pixels

background
BackgroundSettings

Background settings

camera
Camera

Camera settings

toolBars
ToolBar[]

Toolbars settings

legends
Legend[]

Legends array

displayMode
displayType

Display mode

showLabels
bool

Labels visibility status

showVertices
bool

If true, the model vertices are displayed

showVertexIndices
bool

If true and ShowVertices is also true the model vertex indices are displayed

autoHideLabels
bool

If true, labels are hidden automatically when behind the model

grid
Grid

Planar grid settings

originSymbol
OriginSymbol

Origin symbol settings

sortLabels
bool

If true, sorts the Labels using the depth from the viewer

rotate
RotateSettings

Rotate settings

zoom
ZoomSettings

Zoom settings

pan
PanSettings

Pan settings

navigation
NavigationSettings

Navigation settings

initialView
viewType

Initial View

.NET Framework

Supported in: 4.8

In this article

Definition