'宣言 Public Shared Function ReverseColors( _ ByVal colors() As System.Drawing.Color _ ) As System.Drawing.Color()
public static System.Drawing.Color[] ReverseColors( System.Drawing.Color[] colors )
パラメータ
- colors
- A System.Drawing.Color array indicates the original colors.
戻り値の型
A System.Drawing.Color array indicates the reverse order colors.