[]
Returns the Appointment object which is located in the Schedule at the given screen point.
public Appointment GetAppointmentAtPoint(Point location)
Type | Name | Description |
---|---|---|
Point | location | The Point value in screen coordinates. |
Type | Description |
---|---|
Appointment | The Appointment value at given point if any; Null in other case. |