New to Telerik Document ProcessingStart a free 30-day trial

Vector geometry composed of one or more PathFigure objects with a configurable fill rule for rendering.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public class PathGeometry : GeometryBase

Inheritance: objectGeometryBasePathGeometry

Inherited Members GeometryBase.Bounds

Constructors

Initializes a new instance of the PathGeometry class.

C#
public PathGeometry()

Methods

Gets the geometry bounds.

C#
protected override Rect GetBounds()
Returns:

Rect

Overrides: GeometryBase.GetBounds()

Properties

Gets the collection of figures that define this path geometry.

C#
public PathFigureCollection Figures { get; }
Property Value:

The path figures collection.

Gets or sets the rule that determines which regions of the path are filled when shapes self-intersect.

C#
public FillRule FillRule { get; set; }
Property Value:

The fill rule.