Skip to content

Latest commit

 

History

History
137 lines (104 loc) · 3.45 KB

ns-rectypes-reco_lattice_property.md

File metadata and controls

137 lines (104 loc) · 3.45 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:rectypes.tagRECO_LATTICE_PROPERTY
RECO_LATTICE_PROPERTY (rectypes.h)
Contains a property used in the lattice.
RECO_LATTICE_PROPERTY
RECO_LATTICE_PROPERTY structure [Tablet PC]
cbf35f4e-cc13-4d5e-886f-22a6f0e26411
rectypes/RECO_LATTICE_PROPERTY
tablet.reco_lattice_property
tablet\reco_lattice_property.htm
tablet
cbf35f4e-cc13-4d5e-886f-22a6f0e26411
12/05/2018
RECO_LATTICE_PROPERTY, RECO_LATTICE_PROPERTY structure [Tablet PC], cbf35f4e-cc13-4d5e-886f-22a6f0e26411, rectypes/RECO_LATTICE_PROPERTY, tablet.reco_lattice_property
rectypes.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
Windows
RECO_LATTICE_PROPERTY
19H1
tagRECO_LATTICE_PROPERTY
rectypes/tagRECO_LATTICE_PROPERTY
RECO_LATTICE_PROPERTY
rectypes/RECO_LATTICE_PROPERTY
c++
APIRef
kbSyntax
HeaderDef
rectypes.h
RECO_LATTICE_PROPERTY

RECO_LATTICE_PROPERTY structure

-description

Contains a property used in the lattice.

-struct-fields

-field guidProperty

GUID for the property value that is being assigned.

-field cbPropertyValue

Length in bytes of the pPropertyValue byte array.

-field pPropertyValue

Byte array that points to the property data.

-remarks

Properties can be stored on a column or an element. For example, the recognizer can store ink line break information about an alternate.

There are some predefined property GUIDs defined in the Msinkaut.h header file.

GUID Description
INKRECOGNITIONPROPERTY_CONFIDENCELEVEL Describes whether the element contains wide string or wide character data. enum enumCONFIDENCE_LEVEL{CFL_STRONG = 0,CFL_INTERMEDIATE = 1,CFL_POOR = 2} CONFIDENCE_LEVEL;
INKRECOGNITIONPROPERTY_HOTPOINT For gestures, identifies the part of the stroke that is the hot point. The hot point is the part of the stroke where the associated action is being applied.
INKRECOGNITIONPROPERTY_LINEMETRICS Contains a LATTICE_METRICS structure that holds details about the baseline and midline for the element. To set this property, your recognizer must also set the INKRECOGNITIONPROPERTY_LINENUMBER property.
INKRECOGNITIONPROPERTY_LINENUMBER A ULONG value containing the line that the element belongs to as determined by the recognizer.

-see-also

RECO_LATTICE_COLUMN Structure

RECO_LATTICE_ELEMENT Structure

RECO_LATTICE_PROPERTIES Structure

Recognizer Lattice Structure