Bitmap for WPF
Item プロパティ (Vector2)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector2 構造体 : Item プロパティ
The index of the component to access. Use 0 for the X component and 1 for the Y component.
Gets or sets the component at the specified index.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As System.Single
public System.float this[ 
   System.int index
]; {get; set;}

パラメータ

index
The index of the component to access. Use 0 for the X component and 1 for the Y component.

プロパティ値

The value of the X or Y component, depending on the index.The value of the component at the specified index.
例外
例外解説
Thrown when the indexis out of the range [0, 1].
参照

Vector2 構造体
Vector2 メンバ