Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 579 Bytes

pointkeyframecollection_insertat_1884848478.md

File metadata and controls

28 lines (18 loc) · 579 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.InsertAt(System.UInt32,Windows.UI.Xaml.Media.Animation.PointKeyFrame)
winrt method

Windows.UI.Xaml.Media.Animation.PointKeyFrameCollection.InsertAt

-description

Inserts the specified item at the specified index.

-parameters

-param index

The index at which to insert the value.

-param value

The value to insert.

-remarks

-examples

-see-also