The Interactor type exposes the following members.

Methods

  NameDescription
Public methodCreateOrientationTransform
Create a transformation that applies the given orientation to the interactor.
Public methodInvalidate
Invoke this method to mark the apearance of this interactor invalid, so that it gets repainted.
Protected methodIsOver
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.
Protected methodOnAttached
Invoked when the interactor gets attached to its parent.
Protected methodOnDetached
Invoked when the interactor gets detached from its parent.

See Also