Matrix.PostRotate Methode

Definition

Überlädt

Name Beschreibung
PostRotate(Single, Single, Single)

Postconcats the matrix with the specified rotation.

PostRotate(Single)

Postconcats the matrix with the specified rotation.

PostRotate(Single, Single, Single)

Postconcats the matrix with the specified rotation.

[Android.Runtime.Register("postRotate", "(FFF)Z", "GetPostRotate_FFFHandler")]
public virtual bool PostRotate(float degrees, float px, float py);
[<Android.Runtime.Register("postRotate", "(FFF)Z", "GetPostRotate_FFFHandler")>]
abstract member PostRotate : single * single * single -> bool
override this.PostRotate : single * single * single -> bool

Parameter

degrees
Single
px
Single
py
Single

Gibt zurück

Attribute

Hinweise

Postconcats the matrix with the specified rotation. M' = R(Grad, px, py) * M

Java Dokumentation für android.graphics.Matrix.postRotate(float, 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:

PostRotate(Single)

Postconcats the matrix with the specified rotation.

[Android.Runtime.Register("postRotate", "(F)Z", "GetPostRotate_FHandler")]
public virtual bool PostRotate(float degrees);
[<Android.Runtime.Register("postRotate", "(F)Z", "GetPostRotate_FHandler")>]
abstract member PostRotate : single -> bool
override this.PostRotate : single -> bool

Parameter

degrees
Single

Gibt zurück

Attribute

Hinweise

Postconcats the matrix with the specified rotation. M' = R(grad) * M

Java Dokumentation für android.graphics.Matrix.postRotate(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: