The Interactor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateOrientationTransform |
Create a transformation that applies the given orientation to the interactor.
| |
| Invalidate |
Invoke this method to mark the apearance of this interactor invalid, so that it gets repainted.
| |
| IsOver |
Specifies whether a certain coordinate is considered to be part
of the interactor. This can be used for irregularly shaped
interactors, or interactors with "holes". By default, this
method returns true, which means that all coordinates within
the interactor Rectangle are included.
| |
| OnAttached |
Invoked when the interactor gets attached to its parent.
| |
| OnDetached |
Invoked when the interactor gets detached from its parent.
|