Class SnappingEngine
Encapsulates snapping calculations.
Inheritance
System.Object
SnappingEngine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class SnappingEngine
Constructors
SnappingEngine()
Declaration
public SnappingEngine()
Methods
GetHorizontalMatchingOverride(SnappingItem, SnappingItem)
Gets the horizontal axis matching between two items.
Declaration
protected virtual MatchingInfo GetHorizontalMatchingOverride(SnappingItem itemToSnap, SnappingItem staticItem)
Parameters
|
SnappingItem
itemToSnap
|
|
SnappingItem
staticItem
|
Returns
|
MatchingInfo
|
GetVerticalMatchingOverride(SnappingItem, SnappingItem)
Gets the vertical axis matching between two items.
Declaration
protected virtual MatchingInfo GetVerticalMatchingOverride(SnappingItem itemToSnap, SnappingItem staticItem)
Parameters
|
SnappingItem
itemToSnap
|
|
SnappingItem
staticItem
|
Returns
|
MatchingInfo
|