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


Strokes.RemoveAt - метод

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

Removes the Stroke object at the specified index of the Strokes collection.

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

Синтаксис

'Декларация
Public Sub RemoveAt ( _
    i As Integer _
)
'Применение
Dim instance As Strokes
Dim i As Integer

instance.RemoveAt(i)
public void RemoveAt(
    int i
)
public:
void RemoveAt(
    int i
)
public void RemoveAt(
    int i
)
public function RemoveAt(
    i : int
)

Параметры

Заметки

A Strokes collection is a set of references to ink data and is not the actual data itself. This method removes only the related object from a snapshot of, or reference to, the ink data and does not remove the actual ink data.

Примеры

This C# example removes the first element from a Strokes collection, theStrokes.

theStrokes.RemoveAt(0);

This Microsoft Visual Basic.NET example removes the first element from a Strokes collection, theStrokes.

theStrokes.RemoveAt(0)

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

Strokes Класс

Strokes - члены

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

Strokes.Remove

Stroke