View(Double, Double, viewType, Double, RectangleF, String) Constructor

Standard view constructor with window.
Protected Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal standardView As viewType, _ 
ByVal scale As Double, _ 
ByVal window As RectangleF, _ 
ByVal name As String
)
This language is not supported or no code example is available.
protected View( 
double x
double y
viewType standardView
double scale
RectangleF window
string name 
)
This language is not supported or no code example is available.

Parameters

x
double

Position along X axis

y
double

Position along Y axis

standardView
viewType

View type

scale
double

View scale

window
RectangleF

The portion of the viewport to capture in screen coordinates (0 on top)

name
string

View name

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition