Share via


LineDisplay.CreateWindow(Int32, Int32, Int32, Int32, Int32, Int32) Method

Definition

Creates a viewport over the part of the display specified by the first four parameters.

public abstract void CreateWindow (int viewportRow, int viewportColumn, int viewportHeight, int viewportWidth, int windowHeight, int windowWidth);
abstract member CreateWindow : int * int * int * int * int * int -> unit
Public MustOverride Sub CreateWindow (viewportRow As Integer, viewportColumn As Integer, viewportHeight As Integer, viewportWidth As Integer, windowHeight As Integer, windowWidth As Integer)

Parameters

viewportRow
Int32

The viewport’s start device row.

viewportColumn
Int32

The viewport’s start device column.

viewportHeight
Int32

The number of device rows in the viewport.

viewportWidth
Int32

The number of device columns in the viewport.

windowHeight
Int32

The number of rows in the window.

windowWidth
Int32

The number of columns in the window.

Applies to