SKMatrix.SetScaleTranslate(Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is now deprecated.
Caution
Use CreateScaleTranslation(float, float, float, float) instead.
Initializes the matrix to be scale + post-translate.
public void SetScaleTranslate (float sx, float sy, float tx, float ty);
[System.Obsolete]
public void SetScaleTranslate (float sx, float sy, float tx, float ty);
[System.Obsolete("Use CreateScaleTranslation(float, float, float, float) instead.")]
public void SetScaleTranslate (float sx, float sy, float tx, float ty);
Parameters
- sx
- Single
The scaling in the x-direction.
- sy
- Single
The scaling in the y-direction.
- tx
- Single
The translation in the x-direction.
- ty
- Single
The translation in the y-direction.
- Attributes
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.