Skip to main content
All docs
V25.2
  • 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

    public readonly struct PathMove :
        IPathSegment,
        IEquatable<PathMove>
    See Also