TranslateTransform

TranslateTransform(float, float)

通过将指定的平移附加到此 Graphics 的变换矩阵来更改坐标系的原点。

public void TranslateTransform(float x, float y)
范围类型描述
xSingle平移的 x 坐标。
ySingle平移的 y 坐标。

也可以看看


TranslateTransform(float, float, MatrixOrder)

通过按指定顺序将指定的平移应用于此 Graphics 的变换矩阵来更改坐标系的原点。

public void TranslateTransform(float x, float y, MatrixOrder order)
范围类型描述
xSingle平移的 x 坐标。
ySingle平移的 y 坐标。
orderMatrixOrder指定转换是预先添加还是附加到转换矩阵。

也可以看看