Share via


ExtractFlags Enumeration

Defines values that determine how strokes are extracted from an Ink object. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ExtractFlags
'Usage
Dim instance As ExtractFlags
[FlagsAttribute]
public enum ExtractFlags
[FlagsAttribute]
public enum class ExtractFlags
public enum ExtractFlags

Members

Member name Description
CopyFromOriginal Copies ink from the Ink object.
RemoveFromOriginal Cuts ink from the Ink object.
Default Cuts ink from the Ink object.

Remarks

This enumeration is a flag.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace

Ink.ExtractStrokes