IAdornerPartResolver
Represents interface for getting adorner parts.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
public interface IAdornerPartResolver
Derived Classes:
Methods
Gets the offset of the bottom left resize handle relative to bottom left adorner corner.
Point GetBottomLeftResizeHandleOffset(bool forceRecalculation = false)
Point
Gets the offset of the bottom right resize handle relative to bottom right adorner corner.
Point GetBottomRightResizeHandleOffset(bool forceRecalculation = false)
Point
Gets the bounds of the rotation handle.
Point GetRenderTransformOrigin()
Point
Gets the resize handles activation radius.
Gets the rotation handle activation radius.
Gets the bounds of the rotation handle.
Rect GetRotationElementBounds(bool forceRecalculation = false)
Rect
Gets the offset of the rotation handle relative to top center point.
Point GetRotationElementOffset(bool forceRecalculation = false)
Point
Gets the offset of the top left resize handle relative to top left adorner corner.
Point GetTopLeftResizeHandleOffset(bool forceRecalculation = false)
Point
Gets the offset of the top right resize handle relative to top right adorner corner.
Point GetTopRightResizeHandleOffset(bool forceRecalculation = false)
Point