Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 540 Bytes

geometrycollection_replaceall_1088387621.md

File metadata and controls

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

Windows.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