PathGeometry Class
  
  
  
  
    Inheritance
    System.Object
    PathGeometry
   
  
  Assembly: Syncfusion.Pdf.Base.dll
  Syntax
  
    public class PathGeometry : Object
   
  Constructors
  
  
  
  
  PathGeometry()
  Initialise the new instance of the Path geometry.
 
  
  Declaration
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public string Figures { get; set; }
   
  Property Value
  
  
  
  
  FillRule
  
  
  Declaration
  
    public FillRule FillRule { get; set; }
   
  Property Value
  
  
  
  
  Key
  
  
  Declaration
  
    public string Key { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public PathFigure[] PathFigure { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public Transform PathGeometryTransform { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Transform { get; set; }
   
  Property Value