Skip to main content
All docs
V26.1
  • PathMove(AdjustCoordinate, AdjustCoordinate) Constructor

    Initializes a new instance of the PathMove class with specified settings.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public PathMove(
        AdjustCoordinate x,
        AdjustCoordinate y
    )

    Parameters

    Name Type
    x AdjustCoordinate
    y AdjustCoordinate
    See Also