Click or drag to resize
CanvasUnicodeRange Structure
Represents a range, from starting to ending code points, of Unicode characters.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasUnicodeRange

The CanvasUnicodeRange type exposes the following members.

Fields
  NameDescription
Public fieldFirst
The first code point in the Unicode range.
Public fieldLast
The last code point in the Unicode range.
Top
See Also