ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF Structure / ToArray Method

In This Topic
    ToArray Method (ColorF)
    In This Topic
    Creates an array containing the elements of the color.
    Syntax
    'Declaration
     
    Public Function ToArray() As Single()
    public float[] ToArray()

    Return Value

    A four-element array containing the components of the color.
    See Also