ExtractFlags Enumeration
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.
Definition
Visual Basic .NET Public Enum ExtractFlags C# public enum ExtractFlags Managed C++ __value public enum ExtractFlags
Constants
Constant 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.
Enumeration Information
Namespace Microsoft.Ink Assembly Microsoft.Ink (microsoft.ink.dll) Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8
See Also