UICollisionBeganBoundaryContactEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BeganBoundaryContact イベントのデータを提供します。
public class UICollisionBeganBoundaryContactEventArgs : EventArgs
type UICollisionBeganBoundaryContactEventArgs = class
inherit EventArgs
- 継承
-
UICollisionBeganBoundaryContactEventArgs
コンストラクター
UICollisionBeganBoundaryContactEventArgs(IUIDynamicItem, NSObject, CGPoint) |
UICollisionBeganBoundaryContactEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
AtPoint |
連絡先が開始された PointF。 |
BoundaryIdentifier |
接続された境界の ID。 |
DynamicItem |
連絡先に関係する動的アイテム。 |