Table of Contents

Method GetValueBoolean

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

GetValueBoolean(IDeviceEffectProperties, int)

public static bool GetValueBoolean(this IDeviceEffectProperties properties, int index)

Parameters

properties IDeviceEffectProperties
index int

Returns

bool

GetValueBoolean<TIndex>(IDeviceEffectProperties, TIndex)

public static bool GetValueBoolean<TIndex>(this IDeviceEffectProperties properties, TIndex index) where TIndex : unmanaged

Parameters

properties IDeviceEffectProperties
index TIndex

Returns

bool

Type Parameters

TIndex