Class MergeRegion
Inheritance
System.Object
MergeRegion
Namespace: Telerik.Windows.Documents.Selection.PathBuilder
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class MergeRegion : Object
Constructors
MergeRegion(RadLinkedListNode<PointF>, RadLinkedListNode<PointF>)
Declaration
public MergeRegion(RadLinkedListNode<PointF> first, RadLinkedListNode<PointF> second)
Parameters
RadLinkedListNode<PointF>
first
|
RadLinkedListNode<PointF>
second
|
Properties
First
Declaration
public RadLinkedListNode<PointF> First { get; }
Property Value
RadLinkedListNode<PointF>
|
Left
Right
Declaration
public RadLinkedListNode<PointF> Right { get; }
Property Value
RadLinkedListNode<PointF>
|
Second
Declaration
public RadLinkedListNode<PointF> Second { get; }
Property Value
RadLinkedListNode<PointF>
|