UnicodeCharacterRange 建構函式
初始化 UnicodeCharacterRange 類別的新執行個體。
命名空間: System.Windows.Ink
組件: IAWinFX (在 IAWinFX.dll 中)
語法
'宣告
Public Sub New ( _
first As Char, _
length As Integer _
)
'用途
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
)
參數
- first
型別:System.Char
指定這個範圍內的第一個位置。
- length
型別:System.Int32
指定這個範圍內的位置數目。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0