Search
DiagramEventArgs.VisibleRect Property
See Also
 






Gets what part of the diagram is currently visible.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect VisibleRect { get; }

Visual Basic  Copy Code

Public ReadOnly Property VisibleRect As Rect

 Property Value

A Rectangle instance.

 Remarks

This property is used as an argument to DrawBackground event handlers.

 See Also