TranslateTransform

TranslateTransform(float, float)

翻译这个的局部几何变换TextureBrush指定尺寸的对象。 此方法将转换添加到转换。

public void TranslateTransform(float dx, float dy)
范围类型描述
dxSingle在 x 方向上平移变换的维度。
dySingle在 y 方向上平移变换的维度。

也可以看看


TranslateTransform(float, float, MatrixOrder)

翻译这个的局部几何变换TextureBrush按指定顺序按指定尺寸 的对象。

public void TranslateTransform(float dx, float dy, MatrixOrder order)
范围类型描述
dxSingle在 x 方向上平移变换的维度。
dySingle在 y 方向上平移变换的维度。
orderMatrixOrder应用翻译的顺序(前置或附加)。

也可以看看