menu

Document Processing

PathGeometry Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PathGeometry Class

    Inheritance
    System.Object
    PathGeometry
    Namespace: Syncfusion.XPS
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class PathGeometry : Object

    Constructors

    PathGeometry()

    Initialise the new instance of the Path geometry.

    Declaration
    public PathGeometry()

    Properties

    Figures

    Declaration
    public string Figures { get; set; }
    Property Value
    Type
    System.String

    FillRule

    Declaration
    public FillRule FillRule { get; set; }
    Property Value
    Type
    FillRule

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type
    System.String

    PathFigure

    Declaration
    public PathFigure[] PathFigure { get; set; }
    Property Value
    Type
    PathFigure[]

    PathGeometryTransform

    Declaration
    public Transform PathGeometryTransform { get; set; }
    Property Value
    Type
    Transform

    Transform

    Declaration
    public string Transform { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved