PathGeometry
Class
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
Constructors
Initializes a new instance of the PathGeometry class.
C#
public PathGeometry()
Properties
Gets the collection of figures that define this path geometry.
C#
public PathFigureCollection Figures { get; }
The path figures collection.
Methods
Gets the geometry bounds.