代码搜索结果
找到约 10,000 项符合
Image 的代码
image.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|01 Dec 2003 18:27:30 -0000
vti_extenderversion:SR|4.0.2.2717
vti_backlinkinfo:VX|htbbs/寒塘碧荷论坛/say.asp htbbs/寒塘碧荷论坛/edit.asp
image.h
#if !defined(AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_)
#define AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
image.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
image.c
/*画图函数的代码*/
#include "image.h"
/*位图填充*/
void fill_image(PixImage * image, Color32 color, int x, int y, int w, int h)
{
if (w == 0)
w = image->width - x;
if (h == 0)
h = image