UserInteractiveObjectIsPositionOver Method |
LightningChart .NET Help
Defines if position is over an item.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic virtual bool IsPositionOver(
int x,
int y,
bool useDIP = false
)
Public Overridable Function IsPositionOver (
x As Integer,
y As Integer,
Optional useDIP As Boolean = false
) As Boolean
public:
virtual bool IsPositionOver(
int x,
int y,
bool useDIP = false
)
Parameters
- x
- Type: SystemInt32
x-coordinate. - y
- Type: SystemInt32
y-coordinate. - useDIP (Optional)
- Type: SystemBoolean
Use DIP instead of pixels as parameters.
Return Value
Type:
Booleantrue if position is over item, false otherwise
See Also