Click or drag to resize

Rectangle3DIsPositionOver Method

LightningChart .NET Help
Is Mouse Over.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public override bool IsPositionOver(
	int x,
	int y,
	bool useDIP = false
)

Parameters

x
Type: SystemInt32
Mouse X-coordinate.
y
Type: SystemInt32
Mouse Y-coordinate.
useDIP (Optional)
Type: SystemBoolean
Use DIP.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.Wpf.Charting.Views.View3D.Rectangle3D.IsPositionOver(System.Int32,System.Int32,System.Boolean)"]

See Also