C# 클래스 OpenHardwareMonitor.Utilities.IconFactory.ICONIMAGE

파일 보기 프로젝트 열기: pklinef/open-hardware-monitor

공개 프로퍼티들

프로퍼티 타입 설명
AND byte[]
Colors byte[]
Header BITMAPINFOHEADER
XOR byte[]

공개 메소드들

메소드 설명
ICONIMAGE ( int width, int height, byte colors ) : System
Write ( BinaryWriter bw ) : void

메소드 상세

ICONIMAGE() 공개 메소드

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

Write() 공개 메소드

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

프로퍼티 상세

AND 공개적으로 프로퍼티

public byte[] AND
리턴 byte[]

Colors 공개적으로 프로퍼티

public byte[] Colors
리턴 byte[]

Header 공개적으로 프로퍼티

public BITMAPINFOHEADER Header
리턴 BITMAPINFOHEADER

XOR 공개적으로 프로퍼티

public byte[] XOR
리턴 byte[]