Search
Calendar.GetItemBounds Method
See Also
 






Retrieves the bounding rectangle of the specified item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Rect GetItemBounds (
    Item item
)

Visual Basic  Copy Code

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

 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.Zero if the item is not visible.

 See Also