次の方法で共有


UICollisionBeganBoundaryContactEventArgs クラス

定義

BeganBoundaryContact イベントのデータを提供します。

public class UICollisionBeganBoundaryContactEventArgs : EventArgs
type UICollisionBeganBoundaryContactEventArgs = class
    inherit EventArgs
継承
UICollisionBeganBoundaryContactEventArgs

コンストラクター

UICollisionBeganBoundaryContactEventArgs(IUIDynamicItem, NSObject, CGPoint)

UICollisionBeganBoundaryContactEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

AtPoint

連絡先が開始された PointF。

BoundaryIdentifier

接続された境界の ID。

DynamicItem

連絡先に関係する動的アイテム。

適用対象