MatrixCreate Method (Single, Single, Single, Single, Single, Single) |
Creates a new matrix with the specified components
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static IMatrix Create(
float xx,
float yx,
float xy,
float yy,
float x0,
float y0
)
Public Shared Function Create (
xx As Single,
yx As Single,
xy As Single,
yy As Single,
x0 As Single,
y0 As Single
) As IMatrix
static member Create :
xx : float32 *
yx : float32 *
xy : float32 *
yy : float32 *
x0 : float32 *
y0 : float32 -> IMatrix
Parameters
- xx
- Type: SystemSingle
Xx component of the matrix - yx
- Type: SystemSingle
Yx component of the matrix - xy
- Type: SystemSingle
Xy component of the matrix - yy
- Type: SystemSingle
Yy component of the matrix - x0
- Type: SystemSingle
X0 component of the matrix - y0
- Type: SystemSingle
Y0 component of the matrix
Return Value
Type:
IMatrix[Missing <returns> documentation for "M:Eto.Drawing.Matrix.Create(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]
See Also