Table of Contents

Method GetPropertyType

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

GetPropertyType(IDeviceEffectProperties, int)

public static DeviceEffectPropertyType GetPropertyType(this IDeviceEffectProperties properties, int index)

Parameters

properties IDeviceEffectProperties
index int

Returns

DeviceEffectPropertyType

GetPropertyType<TIndex>(IDeviceEffectProperties, TIndex)

public static DeviceEffectPropertyType GetPropertyType<TIndex>(this IDeviceEffectProperties properties, TIndex index) where TIndex : unmanaged

Parameters

properties IDeviceEffectProperties
index TIndex

Returns

DeviceEffectPropertyType

Type Parameters

TIndex