This topic has not yet been rated - Rate this topic

PointKeyFrameCollection.Remove method

Removes the first occurrence of a specific object from the collection.

Syntax


public bool Remove(
  PointKeyFrame item
)

Parameters

item

Type: PointKeyFrame

The object to remove from the collection.

Return value

Type: System.Boolean

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Animation

See also

PointKeyFrameCollection

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.