Method GetValueString
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
GetValueString(IDeviceEffectProperties, int)
public static string GetValueString(this IDeviceEffectProperties properties, int index)
Parameters
properties
IDeviceEffectPropertiesindex
int
Returns
GetValueString<TIndex>(IDeviceEffectProperties, TIndex)
public static string GetValueString<TIndex>(this IDeviceEffectProperties properties, TIndex index) where TIndex : unmanaged
Parameters
properties
IDeviceEffectPropertiesindex
TIndex
Returns
Type Parameters
TIndex