C# 클래스 BImageViewer.BImage.ImageOptions

파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
m_arraySize uint
m_curHeight uint
m_curNumLevels uint
m_curWidth uint
m_depth uint
m_flags ushort
m_format PixelFormat
m_maxHeight uint
m_maxNumLevels uint
m_maxWidth uint
m_minHeight uint
m_minNumLevels uint
m_minWidth uint
m_numSamples uint
m_pendingNumLevels uint
m_type TYPE

공개 메소드들

메소드 설명
Read ( BinaryReader _R ) : void
SetFixedHeight ( uint height ) : void
SetFixedNumLevels ( uint levels ) : void
SetFixedWidth ( uint width ) : void

메소드 상세

Read() 공개 메소드

public Read ( BinaryReader _R ) : void
_R System.IO.BinaryReader
리턴 void

SetFixedHeight() 공개 메소드

public SetFixedHeight ( uint height ) : void
height uint
리턴 void

SetFixedNumLevels() 공개 메소드

public SetFixedNumLevels ( uint levels ) : void
levels uint
리턴 void

SetFixedWidth() 공개 메소드

public SetFixedWidth ( uint width ) : void
width uint
리턴 void

프로퍼티 상세

m_arraySize 공개적으로 프로퍼티

public uint m_arraySize
리턴 uint

m_curHeight 공개적으로 프로퍼티

public uint m_curHeight
리턴 uint

m_curNumLevels 공개적으로 프로퍼티

public uint m_curNumLevels
리턴 uint

m_curWidth 공개적으로 프로퍼티

public uint m_curWidth
리턴 uint

m_depth 공개적으로 프로퍼티

public uint m_depth
리턴 uint

m_flags 공개적으로 프로퍼티

public ushort m_flags
리턴 ushort

m_format 공개적으로 프로퍼티

public PixelFormat m_format
리턴 PixelFormat

m_maxHeight 공개적으로 프로퍼티

public uint m_maxHeight
리턴 uint

m_maxNumLevels 공개적으로 프로퍼티

public uint m_maxNumLevels
리턴 uint

m_maxWidth 공개적으로 프로퍼티

public uint m_maxWidth
리턴 uint

m_minHeight 공개적으로 프로퍼티

public uint m_minHeight
리턴 uint

m_minNumLevels 공개적으로 프로퍼티

public uint m_minNumLevels
리턴 uint

m_minWidth 공개적으로 프로퍼티

public uint m_minWidth
리턴 uint

m_numSamples 공개적으로 프로퍼티

public uint m_numSamples
리턴 uint

m_pendingNumLevels 공개적으로 프로퍼티

public uint m_pendingNumLevels
리턴 uint

m_type 공개적으로 프로퍼티

public TYPE m_type
리턴 TYPE