Divider - конструктор (Strokes)
Обновлен: Ноябрь 2007
Initializes a new instance of the Divider class.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public Sub New ( _
strokes As Strokes _
)
'Применение
Dim strokes As Strokes
Dim instance As New Divider(strokes)
public Divider(
Strokes strokes
)
public:
Divider(
Strokes^ strokes
)
public Divider(
Strokes strokes
)
public function Divider(
strokes : Strokes
)
Параметры
- strokes
Тип: Microsoft.Ink.Strokes
The Strokes collection to place in the Strokes property of the new Divider object.
Заметки
If you use this constructor overload, the Strokes collection is created but the recognizer context is not assigned. Thus, you cannot update the Divider object's RecognizerContext or LineHeight properties.
Примеры
This C# example creates a Divider object containing a Strokes collection, theStrokes. An RecognizerContext object is not assigned.
Divider theDivider = new Divider(theStrokes);
This Microsoft Visual Basic .NET example creates a Divider object containing a Strokes collection, theStrokes. An RecognizerContext object is not assigned.
Dim theDivider As New Divider(theStrokes)
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0