Back to Devexpress

PathLine Struct

officefileapi-devexpress-dot-docs-dot-presentation-e6a20031.md

latest1.1 KB
Original Source

PathLine Struct

Defines a straight line (a path segment).

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Implements

IPathSegment

IEquatable<PathLine>

See Also

PathLine Members

DevExpress.Docs.Presentation Namespace