Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 570 Bytes

geometrycollection_removeat_1960564133.md

File metadata and controls

24 lines (17 loc) · 570 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.GeometryCollection.RemoveAt(System.UInt32)
winrt method

Microsoft.UI.Xaml.Media.GeometryCollection.RemoveAt

-description

Removes the item at the specified index.

-parameters

-param index

The index position of the item to remove.

-remarks

If successful, calling this method reduces the collection size by one. Items with index values greater than the called index have their index values reduced by one.

-examples

-see-also