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

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

공개 프로퍼티들

프로퍼티 타입 설명
BitCount ushort
BytesInRes uint
ColorCount byte
Height byte
ImageOffset uint
Planes ushort
Reserved byte
Width byte

공개 메소드들

메소드 설명
ICONDIRENTRY ( ICONIMAGE image, int imageOffset ) : System
Write ( BinaryWriter bw ) : void

메소드 상세

ICONDIRENTRY() 공개 메소드

public ICONDIRENTRY ( ICONIMAGE image, int imageOffset ) : System
image ICONIMAGE
imageOffset int
리턴 System

Write() 공개 메소드

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

프로퍼티 상세

BitCount 공개적으로 프로퍼티

public ushort BitCount
리턴 ushort

BytesInRes 공개적으로 프로퍼티

public uint BytesInRes
리턴 uint

ColorCount 공개적으로 프로퍼티

public byte ColorCount
리턴 byte

Height 공개적으로 프로퍼티

public byte Height
리턴 byte

ImageOffset 공개적으로 프로퍼티

public uint ImageOffset
리턴 uint

Planes 공개적으로 프로퍼티

public ushort Planes
리턴 ushort

Reserved 공개적으로 프로퍼티

public byte Reserved
리턴 byte

Width 공개적으로 프로퍼티

public byte Width
리턴 byte