Click or drag to resize
MapBaseGetView Method
Retrieve the area within the display that the current view occupies.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Rectangle GetView(
	int viewNumber
)

Parameters

viewNumber
Type: SystemInt32
Number from 0 to MaxViews-1 specifying which view to retrieve.

Return Value

Type: Rectangle
Rectangle containing the area on the display object occupied by the view.
Remarks
Views are numbered in reading order, left to right and top to bottom.
See Also