MindFusion WinForms Programmer's Guide
Calendar.GetItemBounds Method
See Also
 





Retrieves the bounding rectangle of the specified item.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Rectangle GetItemBounds (
    Item item
)

Visual Basic  Copy Code

Public Function GetItemBounds ( _
    item As Item _
) As Rectangle

 Parameters

item

A reference to the item whose bounds to retrieve.

 Return Value

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

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace