The GdxAliasedPoint type exposes the following members.

Constructors

  NameDescription
Public methodGdxAliasedPoint(String, Point, Action<(Of <<'(Double>)>>), Action, Dispatcher)
The callback is called only when the alias is resolved correctly into a double.
Public methodGdxAliasedPoint(String, Point, Action<(Of <<'(String>)>>), Action, Dispatcher)
The callback is called only when the alias is resolved correctly into a string.
Public methodGdxAliasedPoint(String, Point, Action<(Of <<'(Point, DataChangeEventArgs>)>>), Action, Dispatcher)
Default constructor

Methods

  NameDescription
Public methodDispose
Disposes the wrapper
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAliasedPoint
The point associated with this wrapper
Public propertyChangeCallback
Fired when the alias changes
Public propertyDispatcher
The dispatcher used to notify the GUI
Public propertyResetCallback
Fired when the alias is reset
Public propertyTag
The tag associated to the point

See Also