ComponentOne Bitmap for WPF
ToArray Method (Vector2)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector2 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 two-element array containing the components of the vector.
See Also

Reference

Vector2 Structure
Vector2 Members