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

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

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public AdjustPoint(
        AdjustCoordinate x,
        AdjustCoordinate y
    )

    Parameters

    Name Type Description
    x AdjustCoordinate

    The point’s X coordinate.

    y AdjustCoordinate

    The point’s Y coordinate.

    See Also