Aries.IconMethods.IcDvImg.IcDvImg C# (CSharp) Метод

IcDvImg() публичный Метод

public IcDvImg ( Size size, ColorDepth colorDepth ) : System
size Size
colorDepth ColorDepth
Результат System
        public IcDvImg(Size size, ColorDepth colorDepth)
        {
            this.colorDepth = ColorDepth.Depth4Bit;
            this.hIcon = IntPtr.Zero;
            this.setDeviceImage(size, colorDepth);
            this.createIcon();
        }

Same methods

IcDvImg::IcDvImg ( Icon icon ) : System
IcDvImg::IcDvImg ( byte b ) : System