Search
Calendar.getItemBounds Method
See Also
 






Retrieves the bounding rectangle of the specified item.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Rectangle getItemBounds (
    Item item
)

 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 an empty rectangle if the item is not visible.

 See Also