C# 클래스 cadencii.apputil.IconInfoHeader

파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColorCount byte
Height byte
Reserved1 byte
Reserved2 ushort
Reserved3 ushort
Width byte
icoDIBOffset uint
icoDIBSize uint

공개 메소드들

메소드 설명
Read ( Stream stream ) : IconInfoHeader
ToString ( ) : string
Write ( Stream stream ) : void

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream stream ) : IconInfoHeader
stream Stream
리턴 IconInfoHeader

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

프로퍼티 상세

ColorCount 공개적으로 프로퍼티

public byte ColorCount
리턴 byte

Height 공개적으로 프로퍼티

public byte Height
리턴 byte

Reserved1 공개적으로 프로퍼티

public byte Reserved1
리턴 byte

Reserved2 공개적으로 프로퍼티

public ushort Reserved2
리턴 ushort

Reserved3 공개적으로 프로퍼티

public ushort Reserved3
리턴 ushort

Width 공개적으로 프로퍼티

public byte Width
리턴 byte

icoDIBOffset 공개적으로 프로퍼티

public uint icoDIBOffset
리턴 uint

icoDIBSize 공개적으로 프로퍼티

public uint icoDIBSize
리턴 uint