Class
PathGeometry

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:

cs-api-definition
public class PathGeometry : GeometryBase

Inheritance: objectGeometryBasePathGeometry

Inherited Members GeometryBase.Bounds

Constructors

PathGeometry()

Initializes a new instance of the PathGeometry class.

Declaration

cs-api-definition
public PathGeometry()

Properties

Figures

Gets the collection of figures that define this path geometry.

Declaration

cs-api-definition
public PathFigureCollection Figures { get; }

Property Value

PathFigureCollection

The path figures collection.

FillRule

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

Declaration

cs-api-definition
public FillRule FillRule { get; set; }

Property Value

FillRule

The fill rule.

Methods

GetBounds()

Gets the geometry bounds.

Declaration

cs-api-definition
protected override Rect GetBounds()

Returns

Rect

Overrides GeometryBase.GetBounds()