Table of Contents

Method TryGetPropertyName

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

TryGetPropertyName<TIndex>(IDeviceEffectProperties, TIndex, out string?)

public static bool TryGetPropertyName<TIndex>(this IDeviceEffectProperties properties, TIndex index, out string? name) where TIndex : unmanaged

Parameters

properties IDeviceEffectProperties
index TIndex
name string

Returns

bool

Type Parameters

TIndex

TryGetPropertyName(IDeviceEffectProperties, int)

public static string? TryGetPropertyName(this IDeviceEffectProperties properties, int index)

Parameters

properties IDeviceEffectProperties
index int

Returns

string

TryGetPropertyName<TIndex>(IDeviceEffectProperties, TIndex)

public static string? TryGetPropertyName<TIndex>(this IDeviceEffectProperties properties, TIndex index) where TIndex : unmanaged

Parameters

properties IDeviceEffectProperties
index TIndex

Returns

string

Type Parameters

TIndex