CoreProximityEvaluation Struct

Definition

Contains the rank of an object as the probable target of the touch contact area.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct CoreProximityEvaluation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct CoreProximityEvaluation
Public Structure CoreProximityEvaluation
Inheritance
CoreProximityEvaluation
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

AdjustedPoint

Adjusted touch point that hits the closest object identified by the value of Score.

Score

Rank of an object as the probable target compared to the other objects that intersect the touch contact area. The value is a CoreProximityEvaluationScore.

Applies to