In This Topic
Get the reverse order colors
Syntax
'Declaration
Public Shared Function ReverseColors( _
ByVal () As Color _
) As Color()
public static Color[] ReverseColors(
Color[]
)
Parameters
- colors
- A System.Drawing.Color array indicates the original colors.
Return Value
A
System.Drawing.Color array indicates the reverse order colors.
See Also