'Declaration Public Default Property Item( _ ByVal index As System.Integer _ ) As System.Single
public System.float this[ System.int index ]; {get; set;}
Parameters
- index
- The index of the component to access. Use 0 for the X component and 1 for the Y component.