RasterView(Double, Double, Camera, Double, String, RectangleF) Constructor

Custom view constructor with window.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal camera As Camera, _ 
ByVal scale As Double, _ 
ByVal name As String, _ 
ByVal window As RectangleF
)
This language is not supported or no code example is available.
public RasterView( 
double x
double y
Camera camera
double scale
string name
RectangleF window 
)
This language is not supported or no code example is available.

Parameters

x
double

Position along X axis

y
double

Position along Y axis

camera
Camera

Camera object

scale
double

ViewRaster scale

name
string

ViewRaster name

window
RectangleF

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

.NET Framework

Supported in: 4.8

In this article

Definition