Interface ISegmentationService
API for Diagram Segmentation Service.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public interface ISegmentationService
Properties
IsSegmentationEnabled
Gets a value indicating whether this instance is segmentation enabled.
Declaration
bool IsSegmentationEnabled { get; }
Property Value
System.
|
Methods
GetShapes(Point, Double)
Gets the shapes.
Declaration
IEnumerable<IShape> GetShapes(Point point, double delta)
Parameters
Point
point
The point. |
System. The delta. |
Returns
System.
|
GetShapes(Rect)
Gets the shapes.
Declaration
IEnumerable<IShape> GetShapes(Rect rect)
Parameters
Rect
rect
The rectangle. |
Returns
System.
|
MapShape(IShape)
MapShape(IShape, Rect)
Maps the shape.
Declaration
void MapShape(IShape shape, Rect bounds)
Parameters
MapShapes(IEnumerable<IShape>)
Maps the shapes.
Declaration
void MapShapes(IEnumerable<IShape> shapes)
Parameters
System. The shapes. |