Share via


LineDisplayBase.CreateWindow(Int32, Int32, Int32, Int32, Int32, Int32) Method

Definition

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

public override void CreateWindow (int viewportRow, int viewportColumn, int viewportHeight, int viewportWidth, int windowHeight, int windowWidth);
override this.CreateWindow : int * int * int * int * int * int -> unit
Public Overrides 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