ClassFigure
Class
Represents a figure in the PathBuilder for creating and managing geometric shapes.
Definition
Namespace:Telerik.Windows.Documents.Selection.PathBuilder
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class Figure : IEnumerable<PointF>, IEnumerable
Inheritance: objectFigure
Implements:
Constructors
Figure(RadLinkedListNode<PointF>, RadLinkedListNode<PointF>)
Declaration
cs-api-definition
public Figure(RadLinkedListNode<PointF> head, RadLinkedListNode<PointF> tail)
Parameters
head
tail
Fields
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection of figures.
Declaration
cs-api-definition
public IEnumerator<PointF> GetEnumerator()
Returns
An enumerator that provides the ability to iterate through the collection of figures.
Implements
RecalculateMergingRegions(double)
Recalculates the merging regions for the figure based on the specified parameter.
Declaration
cs-api-definition
public void RecalculateMergingRegions(double newY)
Parameters
newY
The tolerance value used to determine the merging regions.