| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector2 Structure : Item Property |
'Declaration Public Default Property Item( _ ByVal index As System.Integer _ ) As System.Single
public System.float this[ System.int index ]; {get; set;}
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Thrown when the index is out of the range [0, 1]. |