프로퍼티 | 타입 | 설명 | |
---|---|---|---|
bitsPerPixel | ushort | ||
depth | ushort | ||
flags | ushort | ||
format | ushort | ||
formatname | BitmapFormat | ||
height | ushort | ||
mipMapCount | ushort | ||
pixelOffset | ushort | ||
regPointX | ushort | ||
regPointY | ushort | ||
swizzle | bool | ||
tagtype | char[] | ||
type | ushort | ||
typename | BitmapType | ||
width | ushort |
메소드 | 설명 | |
---|---|---|
BitmapInfo ( BitmapFormat FormatName, bool Swizzle ) : System |
Initializes a new instance of the BitmapInfo class.
|
|
BitmapInfo ( int offset, |
Initializes a new instance of the BitmapInfo class.
|
|
Generate ( |
The generate.
|
|
Write ( |
The write.
|
public BitmapInfo ( BitmapFormat FormatName, bool Swizzle ) : System | ||
FormatName | BitmapFormat | Name of the format. |
Swizzle | bool | if set to |
리턴 | System |
public BitmapInfo ( int offset, |
||
offset | int | The offset. |
meta | The meta. | |
리턴 | System |
public Generate ( |
||
ddsd | The ddsd. | |
리턴 | void |