VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix3D Class / ScalePrepend(Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
ScalePrepend(Double,Double,Double) Method (AffineMatrix3D)
In This Topic
Prepends the specified scale vector to this AffineMatrix3D.
Syntax
'Declaration

Public Sub ScalePrepend( _
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 _
)
public void ScalePrepend(
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.
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