Click or drag to resize

Polygon3DIsPositionOver Method

LightningChart .NET Help
Is position over polygon.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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

[Missing <param name="useDIP"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.View3D.Polygon3D.IsPositionOver(System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: Boolean

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

See Also