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