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()
Methods
GetBounds()
Rect
Gets the geometry bounds.
C#
protected override Rect GetBounds()
Rect
Overrides:
Properties
Gets the collection of figures that define this path geometry.
C#
public PathFigureCollection Figures { get; }
The path figures collection.