MindFusion WinForms Programmer's Guide
DiagramView.Viewport Property
See Also
 





Returns the visible portion of the diagram area.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public RectangleF Viewport { get; }

Visual Basic  Copy Code

Public ReadOnly Property Viewport As RectangleF

 Property Value

 Remarks

A RectangleF instance specifying the currently visible area of the Diagram, considering current scroll position, zoom level and measure unit.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WinForms Namespace
ScrollX Property
ScrollY Property
ZoomFactor Property