[]
        
(Showing Draft Content)

FarPoint.Web.Chart.Chart3DRenderer.HitTest

HitTest Method

HitTest(Graphics, RectangleF, ChartModel, float, float)

Returns information about the given location.

Declaration
public HitTest HitTest(Graphics g, RectangleF rectangle, ChartModel model, float x, float y)
Public Function HitTest(g As Graphics, rectangle As RectangleF, model As ChartModel, x As Single, y As Single) As HitTest
Parameters
Type Name Description
Graphics g

The graphics object.

RectangleF rectangle

The rectangle.

ChartModel model

The model.

float x

The x value.

float y

The y value.

Returns
Type Description
HitTest