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
intThe index of the attribute.
inherited
boolOutputs whether the attribute is set to the inherit value.
Returns
- string
The name of the attribute.