Table of Contents

Method GetValue

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

GetValue<T>(EffectPropertyAccessor<IReadOnlyList<T>>, Span<T>)

public static void GetValue<T>(this EffectPropertyAccessor<IReadOnlyList<T>> accessor, Span<T> value) where T : unmanaged

Parameters

accessor EffectPropertyAccessor<IReadOnlyList<T>>
value Span<T>

Type Parameters

T