Bitmap for WPF
MultiplyRef(Vector2,Vector2,Single) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector2 構造体 > MultiplyRef メソッド : MultiplyRef(Vector2,Vector2,Single) メソッド
When the method completes, contains the scaled vector.
The vector to scale.
The amount by which to scale the vector.
Scales a vector by the given value.
シンタックス
'宣言
 
Public Overloads Shared Sub MultiplyRef( _
   ByRef result As Vector2, _
   ByRef value As Vector2, _
   ByVal scale As System.Single _
) 
public static void MultiplyRef( 
   out Vector2 result,
   ref Vector2 value,
   System.float scale
)

パラメータ

result
When the method completes, contains the scaled vector.
value
The vector to scale.
scale
The amount by which to scale the vector.
参照

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