New to Telerik UI for WPFStart a free 30-day trial

Merges the specified region with the current selection path.

Definition

Namespace:Telerik.Windows.Documents.Selection.PathBuilder

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class MergeRegion

Inheritance: objectMergeRegion

Constructors

C#
public MergeRegion(RadLinkedListNode<PointF> first, RadLinkedListNode<PointF> second)
Parameters:firstRadLinkedListNode<PointF>secondRadLinkedListNode<PointF>

Properties

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

C#
public RadLinkedListNode<PointF> First { get; }

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

C#
public RadLinkedListNode<PointF> Left { get; }

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

C#
public RadLinkedListNode<PointF> Right { get; }

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

C#
public RadLinkedListNode<PointF> Second { get; }