Search
Calendar.getItemAt Method (Int32, Int32)
See Also
 






Gets the Item object displayed at the specified coordinates.

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

 Syntax

Java  Copy Code

public Item getItemAt (
    int x,
    int y
)

 Parameters

x

The x-coordinate of the point to test.

y

The y-coordinate of the point to test.

 Return Value

The scheduled Item displayed at the specified position.

 See Also