ComponentOne Bitmap for UWP
ToArray Method (Vector3)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector3 Structure : ToArray Method
Creates an array containing the elements of the vector.
Syntax
'Declaration
 
Public Function ToArray() As System.Single()
public System.float[] ToArray()

Return Value

A three-element array containing the components of the vector.
See Also

Reference

Vector3 Structure
Vector3 Members