C# Class OpenHardwareMonitor.Utilities.IconFactory.ICONIMAGE

Mostrar archivo Open project: pklinef/open-hardware-monitor

Public Properties

Property Type Description
AND byte[]
Colors byte[]
Header BITMAPINFOHEADER
XOR byte[]

Public Methods

Method Description
ICONIMAGE ( int width, int height, byte colors ) : System
Write ( BinaryWriter bw ) : void

Method Details

ICONIMAGE() public method

public ICONIMAGE ( int width, int height, byte colors ) : System
width int
height int
colors byte
return System

Write() public method

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

Property Details

AND public_oe property

public byte[] AND
return byte[]

Colors public_oe property

public byte[] Colors
return byte[]

Header public_oe property

public BITMAPINFOHEADER Header
return BITMAPINFOHEADER

XOR public_oe property

public byte[] XOR
return byte[]