Struct
MatchingInfo

Represents a result of snapping match operation.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public struct MatchingInfo

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

MatchingInfo(double)

Initializes a new instance of the MatchingInfo struct.

Declaration

cs-api-definition
public MatchingInfo(double delta)

Parameters

delta

double

Properties

Delta

Gets or sets the delta between matched objects.

Declaration

cs-api-definition
public double Delta { readonly get; set; }

Property Value

double

MatchingPoints

Gets the matching points between matched objects.

Declaration

cs-api-definition
public IEnumerable<double> MatchingPoints { get; }

Property Value

IEnumerable<double>

Methods

AddMatchingPoint(double)

Add a point to the matching points collection.

Declaration

cs-api-definition
public void AddMatchingPoint(double matchingPoint)

Parameters

matchingPoint

double