ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector2 Structure / ToArray Method

In This Topic
    ToArray Method (Vector2)
    In This Topic
    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