StructMatchingInfo
Struct
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
Constructors
MatchingInfo(double)
Initializes a new instance of the MatchingInfo struct.
Properties
Delta
Gets or sets the delta between matched objects.
MatchingPoints
Gets the matching points between matched objects.
Declaration
cs-api-definition
public IEnumerable<double> MatchingPoints { get; }
Property Value
Methods
AddMatchingPoint(double)
Add a point to the matching points collection.
Declaration
cs-api-definition
public void AddMatchingPoint(double matchingPoint)
Parameters
matchingPoint