MAUI Pack Programmer's Guide
Calendar.GetLocationAt Method (Int32, Int32)
See Also
 






Gets the Location object whose schedule is displayed at the specified coordinates.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Location GetLocationAt (
    int x,
    int y
)

Visual Basic  Copy Code

Public Function GetLocationAt( _
    x As Integer, _
    y As Integer _
) As Location

 Parameters

x

The x-coordinate of the position at which to look for location's scheduled items.

y

The y-coordinate of the position at which to look for location's scheduled items.

 Return Value

A Location instance related to the scheduled items displayed at the specified position.

 Remarks

This method can only be used in views that support grouping.

 See Also

GetLocationAt Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling Namespace
GetContactAt Method
GetTaskAt Method
GetResourceAt Method
GetItemAt Method
GetDateAt Method