TdxTileControlHitTest.HitPoint Property
Specifies a tile control‘s point to be inspected.
Declaration
property HitPoint: TPoint read; write;
Property Value
Type |
---|
TPoint |
Remarks
Use the HitX, HitY, or this property, or the Calculate method to specify the inspected point. Specifying the inspected point automatically updates other class properties with relevant values based on the specified point. To manually update these properties, call the Recalculate method.
See Also