Class SnappingItem
Encapsulates info about diagram item required by the snapping/matching logic.
Inheritance
System.Object
SnappingItem
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class SnappingItem : ValueType
Constructors
SnappingItem(IDiagramItem, Rect)
Initializes a new instance of the SnappingItem struct.
Declaration
public SnappingItem(IDiagramItem item, Rect currentBounds)
Parameters
IDiagramItem
item
|
System.Windows.Rect
currentBounds
|
Properties
CurrentBounds
Gets current cached item bounds.
Declaration
public Rect CurrentBounds { get; }
Property Value
System.Windows.Rect
|