UIKit.UICollisionBehavior: Method Members

The methods of UIKit.UICollisionBehavior are listed below. For a list of all members, see the UICollisionBehavior Members list.

See Also: Inherited members from UIKit.UIDynamicBehavior

Public Methods

AddBoundary(Foundation.NSObject, UIBezierPath)
Creates a boundary defined by an approximation of the bezierPath.
AddBoundary(Foundation.NSObject, CoreGraphics.CGPoint, CoreGraphics.CGPoint)
Creates a boundary defined by the provided end points.
AddItem(IUIDynamicItem)
Adds a dynamic item to this UICollisionBehavior's Items.
GetBoundary(Foundation.NSObject) : UIBezierPath
Retrieves a boundary Bezier path.
RemoveAllBoundaries()
Removes all collision boundaries from the UICollisionBehavior.
RemoveBoundary(Foundation.NSObject)
Removes a specific collision boundary from the collision behavior.
RemoveItem(IUIDynamicItem)
Removes the specified dynamic item from this UICollisionBehavior's Items.
SetTranslatesReferenceBoundsIntoBoundaryWithInsets(UIEdgeInsets)
Creates a set of boundaries inset from the bounds of the reference view of the UIKit.UIDynamicAnimator.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UICollisionBehavior object.