VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix3D Class / CreateScaling(Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
CreateScaling(Double,Double,Double) Method (AffineMatrix3D)
In This Topic
Creates scaled matrix.
Syntax
'Declaration

Public Shared Function CreateScaling( _
ByVal scaleX
The value by which to scale this AffineMatrix3D along the x-axis.
As Double, _
ByVal scaleY
The value by which to scale this AffineMatrix3D along the y-axis.
As Double, _
ByVal scaleZ
The value by which to scale this AffineMatrix3D along the z-axis.
As Double _
) As AffineMatrix3D
public static AffineMatrix3D CreateScaling(
double scaleX,
double scaleY,
double scaleZ
)

Parameters

scaleX
The value by which to scale this AffineMatrix3D along the x-axis.
scaleY
The value by which to scale this AffineMatrix3D along the y-axis.
scaleZ
The value by which to scale this AffineMatrix3D along the z-axis.

Return Value

The scaled matrix.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also