Skip to main content
All docs
V25.1
  • DXGraphics.TranslateTransform(Single, Single, DXMatrixOrder) Method

    Translates the coordinate system origin to the specified point.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void TranslateTransform(
        float dx,
        float dy,
        DXMatrixOrder order
    )

    Parameters

    Name Type Description
    dx Single

    The x-coordinate of the translation.

    dy Single

    The y-coordinate of the translation.

    order DXMatrixOrder

    An enumeration value that indicates the operation order.

    See Also