📄 j_graphic.h
字号:
/******************************************************************************
J_GUI
The JJJ's Graphics Interface Library
COPYRIGHT (c) JJJSTUDIO, 2006 BY JJJ.
-- ALL RIGHTS RESERVED --
Filename: J_Graphic.h
Author : Jianjun Jiang
Created : 2006/02/3
Website : http://www.jjjbbs.com
Modified: NO
Revision: 1.00
Readme :
******************************************************************************/
#ifndef __J_GRAPHIC_H__
#define __J_GRAPHIC_H__
#include "J_Config.h"
#include "J_Type.h"
#include "J_Driver.h"
#include "J_ConvertColor.h"
#include "J_Global.h"
#include "J_Graphic.c"
/*****************************************************************************/
void J_SetPenColor(TCOLOR Color);
void J_SetPenWidth(UINT8 Width);
void J_DrawLine(UINT32 x1,UINT32 y1,UINT32 x2,UINT32 y2);
void J_DrawLineEx(UINT32 x1,UINT32 y1,UINT32 x2,UINT32 y2);
void J_DrawRect(UINT32 x1,UINT32 y1,UINT32 x2,UINT32 y2);
void J_DrawRectEx(UINT32 x1,UINT32 y1,UINT32 x2,UINT32 y2);
void J_DrawRectFill(UINT32 x1,UINT32 y1,UINT32 x2,UINT32 y2);
/*****************************************************************************/
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -