Gets the dimensions (in pixels) 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 "device" coordinate system.

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

Syntax

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

Return Value

The dimensions of the currently visible area.

See Also