This topic has not yet been rated - Rate this topic

InkDrawingNode Class

Represents a ContextNode for a collection of strokes that make up a drawing. This class cannot be inherited.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
public final class InkDrawingNode extends ContextNode

Drawings are strokes that are determined to be shapes or abstract sketches. They are generally any strokes that are not classified as writing strokes.

An InkDrawingNode cannot have any children.

This example takes the result of GetShapeName and puts it into the TextBox.Text property of a TextBox, selectedResultsTextBox.

No code example is currently available or this language may not be supported.
System.Object
  Microsoft.Ink.ContextNode
    Microsoft.Ink.InkDrawingNode
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.

.NET Framework

Supported in: 3.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.