Поделиться через


CustomStrokes.Clear - метод

Обновлен: Ноябрь 2007

Clears all the Strokes collections from the CustomStrokes collection.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Sub Clear
'Применение
Dim instance As CustomStrokes

instance.Clear()
public void Clear()
public:
void Clear()
public void Clear()
public function Clear()

Примеры

This C# example removes all the Strokes collections from the CustomStrokes collection of the Ink object associated with an InkCollector object, theInkCollector.

theInkCollector.Ink.CustomStrokes.Clear();

This Microsoft® Visual Basic® .NET example removes all the Strokes collections from the CustomStrokes collection of the Ink object associated with an InkCollector object, theInkCollector.

theInkCollector.Ink.CustomStrokes.Clear()

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

CustomStrokes Класс

CustomStrokes - члены

Microsoft.Ink - пространство имен

Strokes

InkCollector