Ink.ExtractStrokes - метод
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Extracts Stroke objects from the Ink object and returns a new Ink object containing the extracted Stroke objects.
Список перегрузки
Имя | Описание | |
---|---|---|
ExtractStrokes() | Extracts all of the Stroke objects from the Ink object and returns a new Ink object containing the extracted Strokes collection. | |
ExtractStrokes(Strokes) | Extracts the specified Stroke objects from the Ink object and returns a new Ink object containing the extracted Stroke objects. | |
ExtractStrokes(Rectangle) | Extracts the all the Stroke objects that are within the bounds of a specified rectangle, from the Ink object, and returns a new Ink object containing the extracted Strokes collection. | |
ExtractStrokes(Strokes, ExtractFlags) | Extracts the specified Stroke objects from the Ink object by using either cut or copy, as specified, and returns a new Ink object containing the extracted Stroke objects. | |
ExtractStrokes(Rectangle, ExtractFlags) | Extracts the all the Stroke objects within the bounds of a specified rectangle from the Ink object by using either cut or copy, as specified, and returns a new Ink object containing the extracted Strokes collection. |
В начало страницы