Table of Contents

Method GetPropertyIndex

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

GetPropertyIndex(IDeviceEffectProperties, string)

public static int GetPropertyIndex(this IDeviceEffectProperties properties, string name)

Parameters

properties IDeviceEffectProperties
name string

Returns

int

GetPropertyIndex<TIndex>(IDeviceEffectProperties, string)

public static TIndex GetPropertyIndex<TIndex>(this IDeviceEffectProperties properties, string name) where TIndex : unmanaged

Parameters

properties IDeviceEffectProperties
name string

Returns

TIndex

Type Parameters

TIndex

GetPropertyIndex(IDeviceEffectProperties, string, out int)

public static void GetPropertyIndex(this IDeviceEffectProperties properties, string name, out int index)

Parameters

properties IDeviceEffectProperties
name string
index int

GetPropertyIndex<TIndex>(IDeviceEffectProperties, string, out TIndex)

public static void GetPropertyIndex<TIndex>(this IDeviceEffectProperties properties, string name, out TIndex index) where TIndex : unmanaged

Parameters

properties IDeviceEffectProperties
name string
index TIndex

Type Parameters

TIndex