Gets the dimensions of the currently visible area of the display file. In other words, this is the size of the window showing the current display file.

The returned dimensions are in the coordinate system of the root of the display.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Rect GetCurrentVisibleAreaRootSpace()
Visual Basic
Public Function GetCurrentVisibleAreaRootSpace As Rect
JScript
public final function GetCurrentVisibleAreaRootSpace() : Rect

Return Value

The dimensions of the currently visible area.

See Also