New to Telerik UI for WinFormsStart a free 30-day trial

Represents interface for getting adorner parts.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public interface IAdornerPartResolver

Derived Classes: ManipulationAdorner

Methods

Gets the offset of the bottom left resize handle relative to bottom left adorner corner.

C#
Point GetBottomLeftResizeHandleOffset(bool forceRecalculation = false)
Parameters:forceRecalculationboolReturns:

Point

Gets the offset of the bottom right resize handle relative to bottom right adorner corner.

C#
Point GetBottomRightResizeHandleOffset(bool forceRecalculation = false)
Parameters:forceRecalculationboolReturns:

Point

Gets the bounds of the rotation handle.

C#
Point GetRenderTransformOrigin()
Returns:

Point

Gets the resize handles activation radius.

C#
double GetResizeActivationRadius()
Returns:

double

Gets the rotation handle activation radius.

C#
double GetRotateActivationRadius()
Returns:

double

Gets the bounds of the rotation handle.

C#
Rect GetRotationElementBounds(bool forceRecalculation = false)
Parameters:forceRecalculationboolReturns:

Rect

Gets the offset of the rotation handle relative to top center point.

C#
Point GetRotationElementOffset(bool forceRecalculation = false)
Parameters:forceRecalculationboolReturns:

Point

Gets the offset of the top left resize handle relative to top left adorner corner.

C#
Point GetTopLeftResizeHandleOffset(bool forceRecalculation = false)
Parameters:forceRecalculationboolReturns:

Point

Gets the offset of the top right resize handle relative to top right adorner corner.

C#
Point GetTopRightResizeHandleOffset(bool forceRecalculation = false)
Parameters:forceRecalculationboolReturns:

Point