The callback is called only when the alias is resolved correctly into a double.
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GdxAliasedPoint(
string tag,
Point point,
Action<double> assignCallback,
Action resetCallback,
Dispatcher dispatcher
) |
Visual Basic |
---|
Public Sub New ( _
tag As String, _
point As Point, _
assignCallback As Action(Of Double), _
resetCallback As Action, _
dispatcher As Dispatcher _
) |
JScript |
---|
public function GdxAliasedPoint(
tag : String,
point : Point,
assignCallback : Action<double>,
resetCallback : Action,
dispatcher : Dispatcher
) |
Parameters
- tag
- Type: System..::..String
- point
- Type: Point
- assignCallback
- Type: System..::..Action<(Of <(<'Double>)>)>
- resetCallback
- Type: System..::..Action
- dispatcher
- Type: System.Windows.Threading..::..Dispatcher
See Also