Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 544 Bytes

geometrycollection_replaceall_259446045.md

File metadata and controls

24 lines (17 loc) · 544 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.GeometryCollection.ReplaceAll(Microsoft.UI.Xaml.Media.Geometry[])
winrt method

Microsoft.UI.Xaml.Media.GeometryCollection.ReplaceAll

-description

Initially clears the collection, then inserts the provided array as new items.

-parameters

-param items

The new collection items.

-remarks

If successful, calling this method reduces the collection size by one.

-examples

-see-also