Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 752 Bytes

compositionstrokedasharray_getmany_1727107782.md

File metadata and controls

36 lines (20 loc) · 752 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionStrokeDashArray.GetMany(System.UInt32,System.Single[])
winrt method

Windows.UI.Composition.CompositionStrokeDashArray.GetMany

-description

Retrieves multiple elements in a single pass through the iterator.

-parameters

-param startIndex

The index from which to start retrieval.

-param items

Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.

-returns

The number of items retrieved.

-remarks

-see-also

-examples