ClassMergeRegion
Class
Definition
Namespace:Telerik.WinForms.Documents.Selection.PathBuilder
Assembly:Telerik.WinControls.RichTextEditor.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
Declaration
cs-api-definition
public RadLinkedListNode<PointF> First { get; }
Property Value
Left
Declaration
cs-api-definition
public RadLinkedListNode<PointF> Left { get; }
Property Value
Right
Declaration
cs-api-definition
public RadLinkedListNode<PointF> Right { get; }
Property Value
Second
Declaration
cs-api-definition
public RadLinkedListNode<PointF> Second { get; }
Property Value