Method TryGetPropertyIndex
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
TryGetPropertyIndex<TIndex>(IDeviceEffectProperties, string, out TIndex)
public static bool TryGetPropertyIndex<TIndex>(this IDeviceEffectProperties properties, string name, out TIndex index) where TIndex : unmanaged
Parameters
properties
IDeviceEffectPropertiesname
stringindex
TIndex
Returns
Type Parameters
TIndex
TryGetPropertyIndex(IDeviceEffectProperties, string)
public static int? TryGetPropertyIndex(this IDeviceEffectProperties properties, string name)
Parameters
properties
IDeviceEffectPropertiesname
string
Returns
- int?
TryGetPropertyIndex<TIndex>(IDeviceEffectProperties, string)
public static TIndex? TryGetPropertyIndex<TIndex>(this IDeviceEffectProperties properties, string name) where TIndex : unmanaged
Parameters
properties
IDeviceEffectPropertiesname
string
Returns
- TIndex?
Type Parameters
TIndex