icubic library reference
ILoaderImagefile::GetImage
説明
イメージのピクセルの獲得


関数
フォーマット
bool
GetImage
(  
int32 imageoff
pixelformat destformat
void* dest
int pitchbyte
);  

引数
imageoff 獲得する画像のオフセット位置
destformat 格納するバッファのフォーマット
dest 格納するバッファのポインタ
pitchbyte 格納するバッファのピッチバイト数

戻り値
成功ならtrue.失敗ならfalse.