Matrix.PostTranslate(Single, Single) Methode

Definition

Postconcats the matrix with the specified translation.

[Android.Runtime.Register("postTranslate", "(FF)Z", "GetPostTranslate_FFHandler")]
public virtual bool PostTranslate(float dx, float dy);
[<Android.Runtime.Register("postTranslate", "(FF)Z", "GetPostTranslate_FFHandler")>]
abstract member PostTranslate : single * single -> bool
override this.PostTranslate : single * single -> bool

Parameter

dx
Single
dy
Single

Gibt zurück

Attribute

Hinweise

Postconcats the matrix with the specified translation. M' = T(dx, dy) * M

Java Dokumentation für android.graphics.Matrix.postTranslate(float, float).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: