Retrieves the bounding rectangle of the specified item.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Rectangle 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.Empty if the item is not visible.
See Also