InterfaceISegmentationService
Interface
API for Diagram Segmentation Service.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.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.
GetShapes(Rect)
Gets the shapes.
MapShape(IShape)
Maps the shape.
MapShape(IShape, Rect)
Maps the shape.
MapShapes(IEnumerable<IShape>)
Maps the shapes.
Declaration
cs-api-definition
void MapShapes(IEnumerable<IShape> shapes)
Parameters
shapes
IEnumerable<IShape>
The shapes.
UnmapShape(IShape)
Un-maps the shape.