CompositionStrokeDashArray.GetView Method

Definition

Gets an immutable view into the collection.

public:
 virtual IVectorView<float> ^ GetView() = IVector<float>::GetView;
IVectorView<float> GetView();
public IReadOnlyList<float> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of Single)

Returns

An object representing the immutable collection view.

Implements

Applies to