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