This documentation is for the old version. Go to the latest Graphics Mill docs

BaseViewer.ViewportBounds Property

Gets bounds of the viewport area.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
Public ReadOnly Property ViewportBounds As RectangleF
C#
public RectangleF ViewportBounds { get; }

Property Value

The RectangleF value which represents bounds of the viewport area.

See Also

Reference