Method GetValueByName
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
GetValueByName<T>(IDeviceEffectProperties, string, DeviceEffectPropertyType)
public static T GetValueByName<T>(this IDeviceEffectProperties properties, string name, DeviceEffectPropertyType type) where T : unmanaged
Parameters
properties IDeviceEffectProperties
name string
type DeviceEffectPropertyType
Returns
- T
Type Parameters
T
GetValueByName<T>(IDeviceEffectProperties, string)
public static T GetValueByName<T>(this IDeviceEffectProperties properties, string name) where T : unmanaged
Parameters
properties IDeviceEffectProperties
name string
Returns
- T
Type Parameters
T
GetValueByName<T>(IDeviceEffectProperties, string, DeviceEffectPropertyType, out T)
public static void GetValueByName<T>(this IDeviceEffectProperties properties, string name, DeviceEffectPropertyType type, out T value) where T : unmanaged
Parameters
properties IDeviceEffectProperties
name string
type DeviceEffectPropertyType
value T
Type Parameters
T
GetValueByName<T>(IDeviceEffectProperties, string, out T)
public static void GetValueByName<T>(this IDeviceEffectProperties properties, string name, out T value) where T : unmanaged
Parameters
properties IDeviceEffectProperties
name string
value T
Type Parameters
T