ISegmentationService
Interface
API for Diagram Segmentation Service.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public interface ISegmentationService
Derived Classes:
Properties
Gets a value indicating whether this instance is segmentation enabled.
C#
bool IsSegmentationEnabled { get; }
Methods
Gets the shapes.
C#
IEnumerable<IShape> GetShapes(Point point, double delta)
The point.
deltadoubleThe delta.
Returns:Gets the shapes.
C#
IEnumerable<IShape> GetShapes(Rect rect)
The rectangle.
Returns:Maps the shape.
Maps the shape.
Maps the shapes.
Un-maps the shape.