Sdílet prostřednictvím


RecognitionProperty.HotPoint Field

Specifies the globally unique identifier (GUID) representing the hot point associated with a recognition result generated by an InkRecognizerBase. This field is constant.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Shared ReadOnly HotPoint As Guid
'Usage
Dim value As Guid 

value = RecognitionProperty.HotPoint
public static readonly Guid HotPoint
public:
static initonly Guid HotPoint
public static final var HotPoint : Guid

Remarks

The hot point is the one distinguishing point of a gesture. It is usually the point of the angle in a gesture or the point at which the gesture is intended to occur in relation to the content around it.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

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

RecognitionProperty Class

RecognitionProperty Members

System.Windows.Ink.AnalysisCore Namespace