ClassPathGeometry
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:
cs-api-definition
public class PathGeometry : GeometryBase
Inheritance: objectGeometryBasePathGeometry
Inherited Members
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
The path figures collection.
Methods
GetBounds()
Gets the geometry bounds.