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 : unmanagedParameters
- accessorEffectPropertyAccessor<IReadOnlyList<T>>
- valueSpan<T>
Type Parameters
- T