Bitmap for WPF
ScaleRef(Matrix4x4,Single,Single,Single) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > ScaleRef メソッド : ScaleRef(Matrix4x4,Single,Single,Single) メソッド
When the method completes, contains the created scaling matrix.
Scaling factor that is applied along the x-axis.
Scaling factor that is applied along the y-axis.
Scaling factor that is applied along the z-axis.
Creates a matrix that scales along the x-axis, y-axis, and y-axis.
シンタックス
'宣言
 
Public Overloads Shared Sub ScaleRef( _
   ByRef result As Matrix4x4, _
   ByVal xScale As System.Single, _
   ByVal yScale As System.Single, _
   ByVal zScale As System.Single _
) 
public static void ScaleRef( 
   out Matrix4x4 result,
   System.float xScale,
   System.float yScale,
   System.float zScale
)

パラメータ

result
When the method completes, contains the created scaling matrix.
xScale
Scaling factor that is applied along the x-axis.
yScale
Scaling factor that is applied along the y-axis.
zScale
Scaling factor that is applied along the z-axis.
参照

Matrix4x4 構造体
Matrix4x4 メンバ
オーバーロード一覧