Class
RectPathBuilder

Represents a builder for creating rectangular paths in a selection context.

Definition

Namespace:Telerik.Windows.Documents.Selection.PathBuilder

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class RectPathBuilder

Inheritance: objectRectPathBuilder

Constructors

RectPathBuilder()

Declaration

cs-api-definition
public RectPathBuilder()

Methods

AddRect(RectangleF)

Adds a rectangle to the path builder using the specified rectangle.

Declaration

cs-api-definition
public void AddRect(RectangleF rect)

Parameters

rect

RectangleF

The rectangle to be added to the path.

GetFiguresAndStartNew()

Retrieves the figures from the current path and initiates a new path.

Declaration

cs-api-definition
public IEnumerable<IEnumerable<PointF>> GetFiguresAndStartNew()

Returns

IEnumerable<IEnumerable<PointF>>

A collection of figures that are part of the current path.