Class
MergeRegion

Merges the specified region with the current selection path.

Definition

Namespace:Telerik.Windows.Documents.Selection.PathBuilder

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class MergeRegion

Inheritance: objectMergeRegion

Constructors

MergeRegion(RadLinkedListNode<PointF>, RadLinkedListNode<PointF>)

Declaration

cs-api-definition
public MergeRegion(RadLinkedListNode<PointF> first, RadLinkedListNode<PointF> second)

Parameters

first

RadLinkedListNode<PointF>

second

RadLinkedListNode<PointF>

Properties

First

Merges the specified region into the current path structure, incorporating its details into the existing geometry.

Declaration

cs-api-definition
public RadLinkedListNode<PointF> First { get; }

Property Value

RadLinkedListNode<PointF>

Left

Represents the left side of a merged region in the PathBuilder.

Declaration

cs-api-definition
public RadLinkedListNode<PointF> Left { get; }

Property Value

RadLinkedListNode<PointF>

Right

Represents the right region of the merged path in the selection.

Declaration

cs-api-definition
public RadLinkedListNode<PointF> Right { get; }

Property Value

RadLinkedListNode<PointF>

Second

Represents the second region in a path for the merge operation.

Declaration

cs-api-definition
public RadLinkedListNode<PointF> Second { get; }

Property Value

RadLinkedListNode<PointF>