ClassMergeRegion
Class
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
second
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
Left
Represents the left side of a merged region in the PathBuilder.
Declaration
cs-api-definition
public RadLinkedListNode<PointF> Left { get; }
Property Value
Right
Represents the right region of the merged path in the selection.
Declaration
cs-api-definition
public RadLinkedListNode<PointF> Right { get; }
Property Value
Second
Represents the second region in a path for the merge operation.
Declaration
cs-api-definition
public RadLinkedListNode<PointF> Second { get; }
Property Value