XuniHitTestInfo クラス リファレンス

継承元 NSObject
定義先 HitTestInfo.h

概要

XuniHitTestInfo クラス

  point

ヒットテストやタッチイベントが発生した座標を取得します。

@property (readonly) XuniPoint *point

内容

ヒットテストやタッチイベントが発生した座標を取得します。

定義先

HitTestInfo.h

– initWithX:y:

XuniHitTestInfo オブジェクトを初期化します。

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

パラメータ

x

the X 軸

y

the Y 軸

戻り値

XuniHitTestInfo オブジェクト

内容

XuniHitTestInfo オブジェクトを初期化します。

定義先

HitTestInfo.h