Click or drag to resize

MeshModelIsPositionOver Method

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
Syntax
public override 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: Boolean
True if position is over item, false otherwise
See Also