Search
DiagramEventArgs.ClipRect Property
See Also
 





Gets the current clipping rectangle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect ClipRect { get; }

Visual Basic  Copy Code

Public ReadOnly Property ClipRect As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect instance.

 Remarks

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

 See Also