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

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

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public PathLine(
        AdjustCoordinate x,
        AdjustCoordinate y
    )

    Parameters

    Name Type Description
    x AdjustCoordinate

    The X coordinate.

    y AdjustCoordinate

    The Y coordinate.

    See Also