Search
Selection.Bounds Property
See Also
 





Gets the rectangle that bounds all selected items.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As RectangleF

 Property Value

An instance of the.NET RectangleF structure.

 See Also