Returns the visible area of the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Rect Viewport { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Viewport As Rect |
A System.Windows.Rect structure specifying the visible diagram area in MeasureUnit units.
RemarksThis property returns the viewport of the diagram inside this view, converted to logical coordinates that reflect the current MeasureUnit and ZoomFactor.
See Also