InterfaceISegmentationService
Interface
API for Diagram Segmentation Service.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface ISegmentationService
Properties
IsSegmentationEnabled
Gets a value indicating whether this instance is segmentation enabled.
Methods
GetShapes(Point, double)
Gets the shapes.
Declaration
cs-api-definition
IEnumerable<IShape> GetShapes(Point point, double delta)
Parameters
point
Point
The point.
delta
The delta.
Returns
GetShapes(Rect)
Gets the shapes.
Declaration
cs-api-definition
IEnumerable<IShape> GetShapes(Rect rect)
Parameters
rect
Rect
The rectangle.
Returns
MapShape(IShape)
Maps the shape.
MapShape(IShape, Rect)
Maps the shape.
Declaration
cs-api-definition
void MapShape(IShape shape, Rect bounds)
Parameters
shape
The shape.
bounds
Rect
The bounds.
MapShapes(IEnumerable<IShape>)
Maps the shapes.
Declaration
cs-api-definition
void MapShapes(IEnumerable<IShape> shapes)
Parameters
shapes
The shapes.
UnmapShape(IShape)
Un-maps the shape.