TransformationMatrixCreateScale(Vector2) Method
Creates a scale matrix from the specified scale.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static TransformationMatrix CreateScale(
Vector2 scale
)
Public Shared Function CreateScale (
scale As Vector2
) As TransformationMatrix
public:
static TransformationMatrix CreateScale(
Vector2 scale
)
static member CreateScale :
scale : Vector2 -> TransformationMatrix
- scale Vector2
- The scale to use.
TransformationMatrixThe scaling matrix.