Search
DiagramView.Viewport Property
See Also
 






Returns the visible portion of the diagram area.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect Viewport { get; }

Visual Basic  Copy Code

Public ReadOnly Property Viewport As Rect

 Property Value

A Rect instance.

 See Also