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
propertiesIDeviceEffectPropertiesindexTIndexnamestring
Returns
Type Parameters
TIndex
TryGetPropertyName(IDeviceEffectProperties, int)
public static string? TryGetPropertyName(this IDeviceEffectProperties properties, int index)
Parameters
propertiesIDeviceEffectPropertiesindexint
Returns
TryGetPropertyName<TIndex>(IDeviceEffectProperties, TIndex)
public static string? TryGetPropertyName<TIndex>(this IDeviceEffectProperties properties, TIndex index) where TIndex : unmanaged
Parameters
propertiesIDeviceEffectPropertiesindexTIndex
Returns
Type Parameters
TIndex