Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 677 Bytes

pointkeyframecollection_indexof_988132800.md

File metadata and controls

31 lines (20 loc) · 677 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.IndexOf(Windows.UI.Xaml.Media.Animation.PointKeyFrame,System.UInt32@)
winrt method

Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.IndexOf

-description

Retrieves the index of the specified item.

-parameters

-param value

The value to find in the collection.

-param index

The index of the item to find, if found.

-returns

true if an item with the specified value was found; otherwise, false.

-remarks

-examples

-see-also