osg.h
资源名称:bmp.rar [点击查看]
上传用户:kaigelee
上传日期:2022-07-13
资源大小:6432k
文件大小:1k
源码类别:
图片显示
开发平台:
Visual C++
- #ifndef _OSG_H
- #define _OSG_H
- #include "gendef.h"
- void GFMSetPixels(INT32U whichColor, INT32U x, INT32U y, INT32U pixelCount);
- void GFMDrawLine(INT32U startX,INT32U startY,INT32U endX, INT32U endY, INT32U whichColor);
- void GFMDrawRectangle(INT32U x,INT32U y,INT32U width,INT32U height, INT32U color, INT8S fill);
- void GFMFillCircle(INT32U xCentre,INT32U yCentre,INT32U r, INT32U color );
- void GFMDrawCircle(INT32U xCentre,INT32U yCentre,INT32U r,INT32U color );
- void GFMReadRectangle(INT32U x,INT32U y,INT32U width,INT32U height, INT8U *destination);
- void GFMWriteRectangle(INT32U x,INT32U y,INT32U width,INT32U height, INT8U *source);
- INT32U FNTGetStringWidth(INT8U * stringPtr, INT8U fontSize);
- void FNTDrawText(INT32U Color,INT8U fontSize,INT32U xCoord, INT32U yCoord, void* String2bShown );
- #endif