Method GetCodePoint
GetCodePoint(IIconGlyph, bool)
Returns the Unicode code point for the given flow direction: the right-to-left code point when isRightToLeft is
true and the icon has a unique RTL version, otherwise the regular code point.
Declaration
public static int GetCodePoint(this IIconGlyph icon, bool isRightToLeft)
Parameters
| Type | Name | Description |
|---|---|---|
| IIconGlyph | icon | |
| bool | isRightToLeft |
Returns
| Type | Description |
|---|---|
| int |