Returns the bounding rectangle of the specified header.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public Rect GetHeaderBounds ( |
Visual Basic Copy Code |
---|
Public Function GetHeaderBounds( _ |
The Header object whose coordinates to return.
true to include the coordinates of the child headers in the returned rectangle; otherwise, false.
A Rect that bounds the specified header, and optionally its child headers.