Table of Contents

Method SetValueByName

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

SetValueByName(IDeviceEffectProperties, string, ReadOnlySpan<byte>)

public static void SetValueByName(this IDeviceEffectProperties properties, string name, ReadOnlySpan<byte> data)

Parameters

properties IDeviceEffectProperties
name string
data ReadOnlySpan<byte>

SetValueByName(IDeviceEffectProperties, string, DeviceEffectPropertyType, ReadOnlyMemory<byte>)

public static void SetValueByName(this IDeviceEffectProperties properties, string name, DeviceEffectPropertyType type, ReadOnlyMemory<byte> data)

Parameters

properties IDeviceEffectProperties
name string
type DeviceEffectPropertyType
data ReadOnlyMemory<byte>

SetValueByName(IDeviceEffectProperties, string, ReadOnlyMemory<byte>)

public static void SetValueByName(this IDeviceEffectProperties properties, string name, ReadOnlyMemory<byte> data)

Parameters

properties IDeviceEffectProperties
name string
data ReadOnlyMemory<byte>

SetValueByName<T>(IDeviceEffectProperties, string, DeviceEffectPropertyType, in T)

public static void SetValueByName<T>(this IDeviceEffectProperties properties, string name, DeviceEffectPropertyType type, in T value) where T : unmanaged

Parameters

properties IDeviceEffectProperties
name string
type DeviceEffectPropertyType
value T

Type Parameters

T

SetValueByName<T>(IDeviceEffectProperties, string, in T)

public static void SetValueByName<T>(this IDeviceEffectProperties properties, string name, in T value) where T : unmanaged

Parameters

properties IDeviceEffectProperties
name string
value T

Type Parameters

T

SetValueByName(IDeviceEffectProperties, string, bool)

public static void SetValueByName(this IDeviceEffectProperties properties, string name, bool value)

Parameters

properties IDeviceEffectProperties
name string
value bool

SetValueByName(IDeviceEffectProperties, string, string)

public static void SetValueByName(this IDeviceEffectProperties properties, string name, string value)

Parameters

properties IDeviceEffectProperties
name string
value string