Class PathGeometry
Vector geometry composed of one or more PathFigure objects with a configurable fill rule for rendering.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class PathGeometry : GeometryBase
Constructors
PathGeometry()
Properties
Figures
Gets the collection of figures that define this path geometry.
Declaration
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
public FillRule FillRule { get; set; }
Property Value
|
FillRule
The fill rule. |
Methods
GetBounds()
Gets the geometry bounds.
Declaration
protected override Rect GetBounds()
Returns
|
System.Windows.Rect
|