UIDynamicItemBehavior.AddLinearVelocityForItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds , in points per second, to the linear velocity of .
[Foundation.Export("addLinearVelocity:forItem:")]
public virtual void AddLinearVelocityForItem (CoreGraphics.CGPoint velocity, UIKit.IUIDynamicItem dynamicItem);
abstract member AddLinearVelocityForItem : CoreGraphics.CGPoint * UIKit.IUIDynamicItem -> unit
override this.AddLinearVelocityForItem : CoreGraphics.CGPoint * UIKit.IUIDynamicItem -> unit
Parameters
- velocity
- CGPoint
- dynamicItem
- IUIDynamicItem
- Attributes