Back to Devexpress

PathMove Struct

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

latest1.1 KB
Original Source

PathMove Struct

A path segment that moves the current drawing position to a new point without rendering any line.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Implements

IPathSegment

IEquatable<PathMove>

See Also

PathMove Members

DevExpress.Docs.Presentation Namespace