XuniRectArea クラス リファレンス

継承元 NSObject
参照先 IXuniHitArea
定義先 HitTester.h

概要

XuniRectArea クラス

  tag

この領域のタグを取得または設定します。

@property NSObject *tag

内容

この領域のタグを取得または設定します。

定義先

HitTester.h

  rect

領域を構成する四角形領域を取得します。

@property (readonly) XuniRect *rect

内容

領域を構成する四角形領域を取得します。

定義先

HitTester.h

– init:

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

- (id)init:(XuniRect *)rect

パラメータ

rect

四角形領域

戻り値

XuniRectArea オブジェクト

内容

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

定義先

HitTester.h

– distanceFromPoint:toPoint:option:

2 ポイント間の距離を計算します。

- (double)distanceFromPoint:(XuniPoint *)pt1 toPoint:(XuniPoint *)pt2 option:(XuniMeasureOption)option

パラメータ

pt1

1 つのポイント

pt2

測定対象となる別のポイント

option

測定オプション

戻り値

2 ポイント間の距離

内容

2 ポイント間の距離を計算します。

定義先

HitTester.h