MatchingInfo
Struct
Represents a result of snapping match operation.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public struct MatchingInfo
Inherited Members
Constructors
Initializes a new instance of the MatchingInfo struct.
Properties
Gets or sets the delta between matched objects.
C#
public double Delta { readonly get; set; }
MatchingPoints
IEnumerable<double>
Gets the matching points between matched objects.
C#
public IEnumerable<double> MatchingPoints { get; }
Methods
Add a point to the matching points collection.