C# 클래스 ManagedWin32.Api.IconDirEntry

파일 보기 프로젝트 열기: MathewSachin/ManagedWin32

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ToGroupIconDirEntry ( int id ) : GroupIconDirEntry

Converts the current NIco.IconDirEntry into NIco.GroupIconDirEntry.

메소드 상세

ToGroupIconDirEntry() 공개 메소드

Converts the current NIco.IconDirEntry into NIco.GroupIconDirEntry.
public ToGroupIconDirEntry ( int id ) : GroupIconDirEntry
id int The resource identifier.
리턴 GroupIconDirEntry

프로퍼티 상세

BitCount 공개적으로 프로퍼티

public short BitCount
리턴 short

BytesInRes 공개적으로 프로퍼티

public int BytesInRes
리턴 int

ColorCount 공개적으로 프로퍼티

public byte ColorCount
리턴 byte

Height 공개적으로 프로퍼티

public byte Height
리턴 byte

ImageOffset 공개적으로 프로퍼티

public int ImageOffset
리턴 int

Planes 공개적으로 프로퍼티

public short Planes
리턴 short

Reserved 공개적으로 프로퍼티

public byte Reserved
리턴 byte

Width 공개적으로 프로퍼티

public byte Width
리턴 byte