Interface
IAdornerPartResolver

Represents interface for getting adorner parts.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public interface IAdornerPartResolver

Methods

GetBottomLeftResizeHandleOffset(bool)

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

Declaration

cs-api-definition
Point GetBottomLeftResizeHandleOffset(bool forceRecalculation = false)

Parameters

forceRecalculation

bool

Returns

Point

GetBottomRightResizeHandleOffset(bool)

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

Declaration

cs-api-definition
Point GetBottomRightResizeHandleOffset(bool forceRecalculation = false)

Parameters

forceRecalculation

bool

Returns

Point

GetRenderTransformOrigin()

Gets the bounds of the rotation handle.

Declaration

cs-api-definition
Point GetRenderTransformOrigin()

Returns

Point

GetResizeActivationRadius()

Gets the resize handles activation radius.

Declaration

cs-api-definition
double GetResizeActivationRadius()

Returns

double

GetRotateActivationRadius()

Gets the rotation handle activation radius.

Declaration

cs-api-definition
double GetRotateActivationRadius()

Returns

double

GetRotationElementBounds(bool)

Gets the bounds of the rotation handle.

Declaration

cs-api-definition
Rect GetRotationElementBounds(bool forceRecalculation = false)

Parameters

forceRecalculation

bool

Returns

Rect

GetRotationElementOffset(bool)

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

Declaration

cs-api-definition
Point GetRotationElementOffset(bool forceRecalculation = false)

Parameters

forceRecalculation

bool

Returns

Point

GetTopLeftResizeHandleOffset(bool)

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

Declaration

cs-api-definition
Point GetTopLeftResizeHandleOffset(bool forceRecalculation = false)

Parameters

forceRecalculation

bool

Returns

Point

GetTopRightResizeHandleOffset(bool)

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

Declaration

cs-api-definition
Point GetTopRightResizeHandleOffset(bool forceRecalculation = false)

Parameters

forceRecalculation

bool

Returns

Point