Returns the visible portion of the diagram area.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public RectangleF Viewport { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Viewport As RectangleF |
RemarksA RectangleF instance specifying the currently visible area of the Diagram, considering current scroll position, zoom level and measure unit.
See Also