Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / ColorMatrix5x4 Class / ToArray Method

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