Skip to main content
All docs
V26.1
  • AdjustPoint(Single, Single) 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(
        float x,
        float y
    )

    Parameters

    Name Type Description
    x Single

    The point’s X coordinate.

    y Single

    The point’s Y coordinate.

    See Also