.NET Windows Forms in a Nutshell
This enumeration is used to specify whether color components are 32-bit or 64-bit values. It is not used in the public interface of the framework. public enum ColorMode { Argb32Mode = 0 , Argb64Mode = 1 } Hierarchy
System.Object |