UICollisionBeganContactEventArgs Class

Definition

Provides data for the BeganContact event.

public class UICollisionBeganContactEventArgs : EventArgs
type UICollisionBeganContactEventArgs = class
    inherit EventArgs
Inheritance
UICollisionBeganContactEventArgs

Constructors

UICollisionBeganContactEventArgs(IUIDynamicItem, IUIDynamicItem, CGPoint)

Initializes a new instance of the UICollisionBeganContactEventArgs class.

Properties

AtPoint

The PointF at which the collision began.

FirstItem

One of the two items involved in the collision.

SecondItem

One of the two items involved in the collision.

Applies to