'宣言 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.
 
'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As System.Single
public System.float this[ System.int index ]; {get; set;}
| 例外 | 解説 | 
|---|---|
| System.ArgumentOutOfRangeException | Thrown when the indexis out of the range [0, 1]. |