dbicDayView Send comments on this topic.
LocationObjectAt(Int32,Int32) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > LocationObjectAt Method : LocationObjectAt(Int32,Int32) Method

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Gets the location assigned to the column at a given point.

Syntax

Visual Basic (Declaration) 
Overloads Public Function LocationObjectAt( _
   ByVal nxCoor As Integer, _
   ByVal nyCoor As Integer _
) As dbiLocationItem
C# 
public dbiLocationItem LocationObjectAt( 
   int nxCoor,
   int nyCoor
)

Parameters

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also