ICanvas.Translate(Single, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void Translate(float tx, float ty);
public void Translate (float tx, float ty);
abstract member Translate : single * single -> unit
Public Sub Translate (tx As Single, ty As Single)
參數
-
tx
-
Single
水平移位。 負值會將物件向左移動,而正值則向右移動。
-
ty
-
Single
垂直移位。 負值會將物件向下移動,而正值則會向上移動。
適用於