Matrix.PostRotate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PostRotate(Single, Single, Single) |
Postconcate la matrice avec la rotation spécifiée. |
PostRotate(Single) |
Postconcate la matrice avec la rotation spécifiée. |
PostRotate(Single, Single, Single)
Postconcate la matrice avec la rotation spécifiée.
[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
Paramètres
- degrees
- Single
- px
- Single
- py
- Single
Retours
- Attributs
Remarques
Postconcate la matrice avec la rotation spécifiée. M'= R(degrés, px, py) * M
Documentation Java pour android.graphics.Matrix.postRotate(float, float, float)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
S’applique à
PostRotate(Single)
Postconcate la matrice avec la rotation spécifiée.
[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
Paramètres
- degrees
- Single
Retours
- Attributs
Remarques
Postconcate la matrice avec la rotation spécifiée. M'= R(degrés) * M
Documentation Java pour android.graphics.Matrix.postRotate(float)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.