Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 629 Bytes

pathfigurecollection_indexof_2032437910.md

File metadata and controls

29 lines (20 loc) · 629 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.PathFigureCollection.IndexOf(Microsoft.UI.Xaml.Media.PathFigure,System.UInt32@)
winrt method

Microsoft.UI.Xaml.Media.PathFigureCollection.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