SKMatrix Constructors
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.
Overloads
SKMatrix(Single[]) | |
SKMatrix(Single, Single, Single, Single, Single, Single, Single, Single, Single) |
Creates a new instance of SKMatrix using the specified values. |
SKMatrix(Single[])
SKMatrix(Single, Single, Single, Single, Single, Single, Single, Single, Single)
Creates a new instance of SKMatrix using the specified values.
public SKMatrix (float scaleX, float skewX, float transX, float skewY, float scaleY, float transY, float persp0, float persp1, float persp2);
Parameters
- scaleX
- Single
The scaling in the x-direction.
- skewX
- Single
The skew in the x-direction.
- transX
- Single
The translation in the x-direction.
- skewY
- Single
The skew in the y-direction.
- scaleY
- Single
The scaling in the y-direction.
- transY
- Single
The translation in the y-direction.
- persp0
- Single
The x-perspective.
- persp1
- Single
The y-perspective.
- persp2
- Single
The z-perspective.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.