DXMatrix.CreateScaleMatrix(Single, Single) Method
Creates a new matrix based on the current matrix and applies the specified scale vector.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
scaleX | Single | The value by which to scale in the x-axis direction. |
scaleY | Single | The value by which to scale in the y-axis direction. |
Returns
Type | Description |
---|---|
DXMatrix | The resulting transformation matrix. |
See Also