Click or drag to resize

DrawingBaseMakeHitTest Method

Hit test. Return value: -1 - no hit, 0 - hit anywhere, > 1 - handle number

Namespace:  SharpCharts.Base.ChartObject
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public abstract int MakeHitTest(
	Point point
)

Parameters

point
Type: System.WindowsPoint

Return Value

Type: Int32
See Also