Search
GaugeMouseEventArgs Constructor (ScaleElement, PointF, Single)
See Also
 






Initializes a new instance of the GaugeMouseEventArgs class.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public GaugeMouseEventArgs (
    ScaleElement element,
    PointF position,
    float value
)

Visual Basic  Copy Code

Public New ( _
    element As ScaleElement, _
    position As PointF, _
    value As Single _
)

 Parameters

element

The clicked gauge element, if any.

position

The position of the mouse relative to the clicked element.

value

The gauge value corresponding to the clicked point.

 See Also