C# 클래스 Glare.Assets.Formats.PcxFormat.PcxHeader

파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
BitsPerPixel byte
BytesPerScanLine ushort
ColorPlaneCount byte
ColorTableType PcxColorTableType
Compression PcxCompression
DpiX ushort
DpiY ushort
MaximumX ushort
MaximumY ushort
MinimumX ushort
MinimumY ushort
Signature byte
Version byte

공개 메소드들

메소드 설명
PcxHeader ( BinaryReader reader ) : System

메소드 상세

PcxHeader() 공개 메소드

public PcxHeader ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System

프로퍼티 상세

BitsPerPixel 공개적으로 프로퍼티

public byte BitsPerPixel
리턴 byte

BytesPerScanLine 공개적으로 프로퍼티

public ushort BytesPerScanLine
리턴 ushort

ColorPlaneCount 공개적으로 프로퍼티

public byte ColorPlaneCount
리턴 byte

ColorTableType 공개적으로 프로퍼티

public PcxColorTableType ColorTableType
리턴 PcxColorTableType

Compression 공개적으로 프로퍼티

public PcxCompression Compression
리턴 PcxCompression

DpiX 공개적으로 프로퍼티

public ushort DpiX
리턴 ushort

DpiY 공개적으로 프로퍼티

public ushort DpiY
리턴 ushort

MaximumX 공개적으로 프로퍼티

public ushort MaximumX
리턴 ushort

MaximumY 공개적으로 프로퍼티

public ushort MaximumY
리턴 ushort

MinimumX 공개적으로 프로퍼티

public ushort MinimumX
리턴 ushort

MinimumY 공개적으로 프로퍼티

public ushort MinimumY
리턴 ushort

Signature 공개적으로 프로퍼티

public byte Signature
리턴 byte

Version 공개적으로 프로퍼티

public byte Version
리턴 byte