Method GetValueRefByName
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
GetValueRefByName<T>(IDeviceEffectProperties, string, DeviceEffectPropertyType)
public static T? GetValueRefByName<T>(this IDeviceEffectProperties properties, string name, DeviceEffectPropertyType type) where T : class, IObjectRef
Parameters
properties
IDeviceEffectProperties
name
string
type
DeviceEffectPropertyType
Returns
- T
Type Parameters
T
GetValueRefByName<T>(IDeviceEffectProperties, string)
public static T? GetValueRefByName<T>(this IDeviceEffectProperties properties, string name) where T : class, IObjectRef
Parameters
properties
IDeviceEffectProperties
name
string
Returns
- T
Type Parameters
T
GetValueRefByName<T>(IDeviceEffectProperties, string, DeviceEffectPropertyType, out T?)
public static void GetValueRefByName<T>(this IDeviceEffectProperties properties, string name, DeviceEffectPropertyType type, out T? valueRef) where T : class, IObjectRef
Parameters
properties
IDeviceEffectProperties
name
string
type
DeviceEffectPropertyType
valueRef
T
Type Parameters
T
GetValueRefByName<T>(IDeviceEffectProperties, string, out T?)
public static void GetValueRefByName<T>(this IDeviceEffectProperties properties, string name, out T? valueRef) where T : class, IObjectRef
Parameters
properties
IDeviceEffectProperties
name
string
valueRef
T
Type Parameters
T