Default constructor
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<Point, DataChangeEventArgs> changeCallback,
Action resetCallback,
Dispatcher dispatcher
) |
Visual Basic |
---|
Public Sub New ( _
tag As String, _
point As Point, _
changeCallback As Action(Of Point, DataChangeEventArgs), _
resetCallback As Action, _
dispatcher As Dispatcher _
) |
JScript |
---|
public function GdxAliasedPoint(
tag : String,
point : Point,
changeCallback : Action<Point, DataChangeEventArgs>,
resetCallback : Action,
dispatcher : Dispatcher
) |
Parameters
- tag
- Type: System..::..String
- point
- Type: Point
- changeCallback
- Type: System..::..Action<(Of <(<'Point, DataChangeEventArgs>)>)>
- resetCallback
- Type: System..::..Action
- dispatcher
- Type: System.Windows.Threading..::..Dispatcher
See Also