UnicodeCharacterRange.UnicodeCharacterRange Constructor

Initializes a new instance of the UnicodeCharacterRange class.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)

Syntax

'Declaration
Public Sub New ( _
    first As Char, _
    length As Integer _
)
'Usage
Dim first As Char
Dim length As Integer

Dim instance As New UnicodeCharacterRange(first, length)
public UnicodeCharacterRange (
    char first,
    int length
)
public:
UnicodeCharacterRange (
    wchar_t first, 
    int length
)
public UnicodeCharacterRange (
    char first, 
    int length
)
public function UnicodeCharacterRange (
    first : char, 
    length : int
)
Not applicable.

Parameters

  • first
    Specifies the first position of this range.
  • length
    Specifies the number of positions in this range.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

UnicodeCharacterRange Class
UnicodeCharacterRange Members
System.Windows.Ink Namespace