DioDocs for PDF
Vector4 コンストラクタ(Vector2,Single,Single)

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Vector4 構造体 > Vector4 コンストラクタ : Vector4 コンストラクタ(Vector2,Single,Single)
A vector containing the values with which to initialize the X and Y components.
Initial value for the Z component of the vector.
Initial value for the W component of the vector.
Initializes a new instance of the Vector4 struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal value As Vector2, _
   ByVal z As System.Single, _
   ByVal w As System.Single _
)
public Vector4( 
   Vector2 value,
   System.float z,
   System.float w
)

パラメータ

value
A vector containing the values with which to initialize the X and Y components.
z
Initial value for the Z component of the vector.
w
Initial value for the W component of the vector.
参照

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