Gets decorations associated with marking IDs from bit mask (internal representation).

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public TextDecoration[] GetMarkingDecorations(
	uint markingBitMask
)
Visual Basic
Public Function GetMarkingDecorations ( 
	markingBitMask As UInteger
) As TextDecoration()

Parameters

markingBitMask
Type: System..::..UInt32
When this method returns, an array of decorations associated with markings represented by this bit mask will be retrieved.

Return Value

Type: array<TextDecoration>[]()[][]
An array of decoration information, or an empty array.

See Also