TranslateTransform
TranslateTransform(float, float)
通过将指定的平移附加到此 Graphics 的变换矩阵来更改坐标系的原点。
public void TranslateTransform(float x, float y)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 平移的 x 坐标。 |
y | Single | 平移的 y 坐标。 |
也可以看看
TranslateTransform(float, float, MatrixOrder)
通过按指定顺序将指定的平移应用于此 Graphics 的变换矩阵来更改坐标系的原点。
public void TranslateTransform(float x, float y, MatrixOrder order)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 平移的 x 坐标。 |
y | Single | 平移的 y 坐标。 |
order | MatrixOrder | 指定转换是预先添加还是附加到转换矩阵。 |