Class PathGeometry
Represents path geometry.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class PathGeometry : GeometryBase
Constructors
PathGeometry()
Properties
Figures
Gets the path figures collection.
Declaration
public PathFigureCollection Figures { get; }
Property Value
PathFigureCollection
The path figures collection. |
FillRule
Gets or sets the fill rule.
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
|