Edit

Share via


UnicodeFunctions.GetMirroring Method

Definition

Overloads

Name Description
GetMirroring(Int32)

Gets the mirrored code point for bidirectional text rendering.

GetMirroring(UInt32)

Gets the mirrored code point for bidirectional text rendering.

GetMirroring(Int32)

Gets the mirrored code point for bidirectional text rendering.

public int GetMirroring(int unicode);

Parameters

unicode
Int32

The Unicode code point to query.

Returns

The mirrored Unicode code point, or the original code point if no mirroring is defined.

Applies to

GetMirroring(UInt32)

Gets the mirrored code point for bidirectional text rendering.

public uint GetMirroring(uint unicode);

Parameters

unicode
UInt32

The Unicode code point to query.

Returns

The mirrored Unicode code point, or the original code point if no mirroring is defined.

Applies to