UIKit.UIDynamicItemBehavior: Method Members

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

See Also: Inherited members from UIKit.UIDynamicBehavior

Public Methods

AddAngularVelocityForItem(IUIDynamicItem, nfloat)
Increases the angular velocity of a dynamic item.
AddItem(IUIDynamicItem)
Adds the specified dynamic item to this UIDynamicItemBehavior's Items.
AddLinearVelocityForItem(IUIDynamicItem, CoreGraphics.CGPoint)
Increases the linear velocity of a dynamic item.
GetAngularVelocityForItem(IUIDynamicItem) : nfloat
The angular velocity of the given dynamic item.
GetLinearVelocityForItem(IUIDynamicItem) : CoreGraphics.CGPoint
The linear velocity of the given dynamic item.
RemoveItem(IUIDynamicItem)
Removes the specified item from this UIDynamicItemBehavior's Items.

Protected Methods

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