Search
DrawManipulatorEventArgs.Bounds Property
See Also
 





Gets the bounding rectangle.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect representing the bounds of the manipulator, expressed in document coordinates.

 See Also