Table of Contents

Method GetSpecifiedAttributeName

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

GetSpecifiedAttributeName(int, out bool)

Gets the name of the attribute at the given index.

string GetSpecifiedAttributeName(int index, out bool inherited)

Parameters

index int

The index of the attribute.

inherited bool

Outputs whether the attribute is set to the inherit value.

Returns

string

The name of the attribute.