VolumeModelIsPositionOver Method (Int32, Int32) |
LightningChart .NET Help
Is position over item.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool IsPositionOver(
int x,
int y
)
Public Function IsPositionOver (
x As Integer,
y As Integer
) As Boolean
public:
bool IsPositionOver(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
x-coordinate - y
- Type: SystemInt32
y-coordinate
Return Value
Type:
Booleantrue if position is over item, false otherwise
See Also