IHit |
The IHitTestObject 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 | Returns the object outline path in root layer coordinates used for arrangement of multiple objects together. Thus it should describes the object as accurate as possible. In case of lines shapes, it is the line path without widening. In case of closed shapes, it is the outline path of the shape. | |
ParentLayer | ||
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 object to global coordinates. |