XuniHitTestInfo Class Reference

Inherits from NSObject
Declared in HitTestInfo.h

Overview

XuniHitTestInfo Class.

  point

Gets the coordinate of the hit test / touch event.

@property (readonly) XuniPoint *point

Discussion

Gets the coordinate of the hit test / touch event.

Declared In

HitTestInfo.h

– initWithX:y:

Initialize an object of XuniHitTestInfo.

- (id)initWithX:(double)x y:(double)y

Parameters

x

the x coordinate.

y

the y coordinate.

Return Value

an object of XuniHitTestInfo.

Discussion

Initialize an object of XuniHitTestInfo.

Declared In

HitTestInfo.h