Skip to main content
All docs
V24.1

DXGraphics.TranslateTransform(Single, Single) Method

Translates the coordinate system origin to the specified point.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

public void TranslateTransform(
    float dx,
    float dy
)

Parameters

Name Type Description
dx Single

The x-coordinate of the translation.

dy Single

The y-coordinate of the translation.

See Also