Table of Contents

Method SetValue

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

SetValue<T>(EffectPropertyAccessor<IReadOnlyList<T>>, ReadOnlySpan<T>)

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

Parameters

accessor EffectPropertyAccessor<IReadOnlyList<T>>
value ReadOnlySpan<T>

Type Parameters

T