Retrieves the bounding rectangle of the specified item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Rect GetItemBounds ( |
Visual Basic
Copy Code
|
|---|
Public Function GetItemBounds( _ |
A reference to the item whose bounds to retrieve.
The visible part of the bounding rectangle of the specified item, expressed in coordinates relative to the control. The return value is Rectangle.Zero if the item is not visible.
See Also