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

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > ScaleRef メソッド : ScaleRef(Matrix4x4,Single) メソッド
When the method completes, contains the created scaling matrix.
The uniform scale that is applied along all axis.
Creates a matrix that uniformally scales along all three axis.
シンタックス
'宣言
 
Public Overloads Shared Sub ScaleRef( _
   ByRef result As Matrix4x4, _
   ByVal scale As System.Single _
) 
public static void ScaleRef( 
   out Matrix4x4 result,
   System.float scale
)

パラメータ

result
When the method completes, contains the created scaling matrix.
scale
The uniform scale that is applied along all axis.
参照

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