Struct SnappingItem
Encapsulates info about diagram item required by the snapping/matching logic.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public struct SnappingItem
Constructors
SnappingItem(IDiagramItem, Rect)
Initializes a new instance of the SnappingItem struct.
Declaration
public SnappingItem(IDiagramItem item, Rect currentBounds)
Parameters
IDiagramItem
item
|
Rect
currentBounds
|