Back to Devexpress

PathArc Struct

officefileapi-devexpress-dot-docs-dot-presentation-229521a2.md

latest1.1 KB
Original Source

PathArc Struct

Defines an arc (a path segment).

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public readonly struct PathArc :
    IPathSegment,
    IEquatable<PathArc>
vb
Public Structure PathArc
    Implements IPathSegment,
               IEquatable(Of PathArc)

Implements

IPathSegment

IEquatable<PathArc>

See Also

PathArc Members

DevExpress.Docs.Presentation Namespace