Table of Contents

Struct UnicodeRange

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

The UnicodeRange structure specifies the range of Unicode code points.

public struct UnicodeRange
Inherited Members

Fields

First

The first code point in the Unicode range.

public int First

Field Value

int

Last

The last code point in the Unicode range.

public int Last

Field Value

int