Gets the size of the rectangle that bounds this link.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public RectangleF Bounds { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Bounds As RectangleF |
A .NET RectangleF that represents the bounding rectangle.
Use the property to get the smallest rectangle that bounds all link points.