Click or drag to resize

ClosedCardinalSplineHitTestObject Properties

The ClosedCardinalSplineClosedCardinalSplineHitTestObject type exposes the following members.

Properties
 NameDescription
Public propertyDoubleClick Delegate to handle double click events. Should return true if the object was removed during the processing. Otherwise returns false.
(Inherited from HitTestObjectBase)
Public propertyHittedObject Gets or sets the object that corresponds to the selection path.
(Inherited from HitTestObjectBase)
Public propertyObjectOutlineForArrangements Gets the outline used for arrangement operations.
(Inherited from GraphicBaseGraphicBaseHitTestObject)
Public propertyParentLayer Gets or sets the parent layer of the hit object.
(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