Returns the visible portion of the diagram area.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect Viewport { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Viewport As Rect |
An instance of the Rect structure.
See Also