Hit |
The HitTestObjectBase type exposes the following members.
| Name | Description | |
|---|---|---|
| DoubleClick | Delegate to handle double click events. Should return true if the object was removed during the processing. Otherwise returns false. | |
| HittedObject | This will return the object itself, i.e. the object which corresponds to the selection path. | |
| ObjectOutlineForArrangements | Gets the outline used for arrangement operations. | |
| ParentLayer | Gets or sets the parent layer. The parent layer is usually set only when the event bubbles down to the parent layer. | |
| Remove | Handler to remove the hitted object. Should return true if the object is removed, otherwise false. | |
| Transformation | This will return the transformation matrix. This matrix translates from coordinates of the parent of the object (i.e. mostly the parent layer) to global coordinates. |