Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 529 Bytes

pathsegmentcollection_insertat_613643902.md

File metadata and controls

26 lines (18 loc) · 529 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.PathSegmentCollection.InsertAt(System.UInt32,Microsoft.UI.Xaml.Media.PathSegment)
winrt method

Microsoft.UI.Xaml.Media.PathSegmentCollection.InsertAt

-description

Inserts the specified item at the specified index.

-parameters

-param index

The index at which to set the value.

-param value

The value to set.

-remarks

-examples

-see-also