Click or drag to resize

HitTestObject Properties

The HitTestObject type exposes the following members.

Properties
 NameDescription
Public propertyDoubleClick
(Inherited from HitTestObjectBase)
Public propertyHittedObject
(Inherited from HitTestObjectBase)
Public propertyObjectOutlineForArrangements Returns the object path in page coordinates. This path is used for the arrangement of multiple selected objects.
(Overrides HitTestObjectBaseObjectOutlineForArrangements)
Public propertyParentLayer
(Inherited from HitTestObjectBase)
Public propertyRemove Handler to remove the hitted object. Should return true if the object is removed, otherwise false.
(Inherited from HitTestObjectBase)
Public propertyTransformation 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.
(Inherited from HitTestObjectBase)
Top
See Also