MergeRegion
Class
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)
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; }