Skip to main content

TdxTileControlHitTest.HitY Property

Specifies the vertical client coordinate of a tile control‘s point to be inspected.

Declaration

property HitY: Integer index 1 read; write;

Property Value

Type
Integer

Remarks

Use this property in combination with the HitX property 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