易语言Gdip画板模块源码
系统结构:创建,销毁,清除,绘图,绘图Ex,绘描边字,取场景,复制到,刷新,加载数据,加载文件,释放,取句柄,取宽度,取高度,A2W,RGB2ARGB,GdiplusStartup,GdiplusShutdown,CreateStreamOnHGlobal,GdipLoadImageFromFile,GdipLoadImageFromStream,GdipDisposeImage,GdipCreateFromHDC,GdipDrawImageRect,GdipDeleteGraphics,UpdateLayeredWindow,SelectObject,GetDC,ReleaseDC,GetWindowLong,SetWindowLong,CreateCompatibleDC,DeleteDC,CreateDIBSection,CreateSolidBrush,DeleteObject,GlobalAlloc,GlobalLock,GlobalUnlock,GlobalFree,FillRect,SetRect,BitBlt,MultiByteToWideChar,GdipGetImageHeight,GdipGetImageWidth,GdipGetImageType,GdipDrawImageRectRect,GdipSetSmoothingMode,GdipGraphicsClear,GdipSetInterpolationMode,GdipAddPathString,GdipCreatePath,GdipSetPenLineJoin,GdipDrawPath,GdipCreateLineBrushFromRectI,GdipFillPath,GdipGetPathWorldBounds,GdipCreateFontFamilyFromName,GdipCreatePen1,GdipCreateSolidFill,GdipDeleteBrush,GdipDeletePen,GdipDeletePath,GdipDeleteFontFamily,GdipSetImageAttributesColorMatrix,GdipCreateImageAttributes,GdipDisposeImageAttributes,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |
======Gdip画板
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ 创建
| |
| |------ 销毁
| |
| |------ 清除
| |
| |------ 绘图
| |
| |------ 绘图Ex
| |
| |------ 绘描边字
| |
| |------ 取场景
| |
| |------ 复制到
| |
| |------ 刷新
| |
| |
======Gdip图片对象
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ 加载数据
| |
| |------ 加载文件
| |
| |------ 释放
| |
| |------ 取句柄
| |
| |------ 取宽度
| |
| |------ 取高度
| |
| |
======help
| |
| |------ A2W
| |
| |------ RGB2ARGB
| |
| |
======调用的Dll
| |
| |---[dll]------ GdiplusStartup
| |
| |---[dll]------ GdiplusShutdown
| |
| |---[dll]------ CreateStreamOnHGlobal
| |
| |---[dll]------ GdipLoadImageFromFile
| |
| |---[dll]------ GdipLoadImageFromStream
| |
| |---[dll]------ GdipDisposeImage
| |
| |---[dll]------ GdipCreateFromHDC
| |
| |---[dll]------ GdipDrawImageRect
| |
| |---[dll]------ GdipDeleteGraphics
| |
| |---[dll]------ UpdateLayeredWindow
| |
| |---[dll]------ SelectObject
| |
| |---[dll]------ GetDC
| |
| |---[dll]------ ReleaseDC
| |
| |---[dll]------ GetWindowLong
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ CreateCompatibleDC
| |
| |---[dll]------ DeleteDC
| |
| |---[dll]------ CreateDIBSection
| |
| |---[dll]------ CreateSolidBrush
| |
| |---[dll]------ DeleteObject
| |
| |---[dll]------ GlobalAlloc
| |
| |---[dll]------ GlobalLock
| |
| |---[dll]------ GlobalUnlock
| |
| |---[dll]------ GlobalFree
| |
| |---[dll]------ FillRect
| |
| |---[dll]------ SetRect
| |
| |---[dll]------ BitBlt
| |
| |---[dll]------ MultiByteToWideChar
| |
| |---[dll]------ GdipGetImageHeight
| |
| |---[dll]------ GdipGetImageWidth
| |
| |---[dll]------ GdipGetImageType
| |
| |---[dll]------ GdipDrawImageRectRect
| |
| |---[dll]------ GdipSetSmoothingMode
| |
| |---[dll]------ GdipGraphicsClear
| |
| |---[dll]------ GdipSetInterpolationMode
| |
| |---[dll]------ GdipAddPathString
| |
| |---[dll]------ GdipCreatePath
| |
| |---[dll]------ GdipSetPenLineJoin
| |
| |---[dll]------ GdipDrawPath
| |
| |---[dll]------ GdipCreateLineBrushFromRectI
| |
| |---[dll]------ GdipFillPath
| |
| |---[dll]------ GdipGetPathWorldBounds
| |
| |---[dll]------ GdipCreateFontFamilyFromName
| |
| |---[dll]------ GdipCreatePen1
| |
| |---[dll]------ GdipCreateSolidFill
| |
| |---[dll]------ GdipDeleteBrush
| |
| |---[dll]------ GdipDeletePen
| |
| |---[dll]------ GdipDeletePath
| |
| |---[dll]------ GdipDeleteFontFamily
| |
| |---[dll]------ GdipSetImageAttributesColorMatrix
| |
| |---[dll]------ GdipCreateImageAttributes
| |
| |---[dll]------ GdipDisposeImageAttributes
调用的DLL命令:
.DLL命令 GdiplusStartup, 整数型, "GdiPlus.dll"
.参数 token, 整数型, 传址
.参数 inputbuf, GdiplusStartupInput
.参数 outputbuf, 整数型
.DLL命令 GdiplusShutdown, , "GdiPlus.dll"
.参数 token, 整数型
.DLL命令 CreateStreamOnHGlobal, 整数型, "Ole32.dll"
.参数 hGlobal, 整数型
.参数 fDeleteOnRelease, 逻辑型
.参数 ppstm, 整数型, 传址
.DLL命令 GdipLoadImageFromFile, 整数型, "GdiPlus.dll"
.参数 FileName, 字节集, , Unicode
.参数 Image, 整数型, 传址
.DLL命令 GdipLoadImageFromStream, 整数型, "GdiPlus.dll"
.参数 Stream, 整数型
.参数 Image, 整数型, 传址
.DLL命令 GdipDisposeImage, 整数型, "GdiPlus.dll"
.参数 Image, 整数型
.DLL命令 GdipCreateFromHDC, 整数型, "GdiPlus.dll"
.参数 hDC, 整数型
.参数 Graphics, 整数型, 传址
.DLL命令 GdipDrawImageRect, 整数型, "GdiPlus.dll"
.参数 Graphics, 整数型
.参数 Image, 整数型
.参数 X, 小数型
.参数 Y, 小数型
.参数 Width, 小数型
.参数 Height, 小数型
.DLL命令 GdipDeleteGraphics, 整数型, "GdiPlus.dll"
.参数 Graphics, 整数型
.DLL命令 UpdateLayeredWindow, 逻辑型
.参数 hWnd, 整数型
.参数 hdcDst, 整数型
.参数 pptDst, 整数型
.参数 psize, SIZE
.参数 hdcSrc, 整数型
.参数 pptSrc, POINT
.参数 crKey, 整数型
.参数 pblend, BLENDFUNCTION
.参数 dwFlags, 整数型
.DLL命令 SelectObject, 整数型
.参数 hDC, 整数型
.参数 hObject, 整数型
.DLL命令 GetDC, 整数型
.参数 hWnd, 整数型
.DLL命令 ReleaseDC, 整数型
.参数 hWnd, 整数型
.参数 hDC, 整数型
.DLL命令 GetWindowLong, 整数型, , "GetWindowLongA"
.参数 hWnd, 整数型
.参数 nIndex, 整数型
.DLL命令 SetWindowLong, 整数型, , "SetWindowLongA"
.参数 hWnd, 整数型
.参数 nIndex, 整数型
.参数 dwNewLong, 整数型
.DLL命令 CreateCompatibleDC, 整数型
.参数 hDC, 整数型
.DLL命令 DeleteDC, 整数型
.参数 hDC, 整数型
.DLL命令 CreateDIBSection, 整数型
.参数 hDC, 整数型
.参数 pBMI, BITMAPINFO
.参数 iUsage, 整数型
.参数 ppvBits, 整数型
.参数 hSection, 整数型
.参数 dwOffset, 整数型
.DLL命令 CreateSolidBrush, 整数型
.参数 crColor, 整数型
.DLL命令 DeleteObject, 整数型
.参数 hObject, 整数型
.DLL命令 GlobalAlloc, 整数型
.参数 wFlags, 整数型
.参数 dwBytes, 整数型
.DLL命令 GlobalLock, 整数型
.参数 hMem, 整数型
.DLL命令 GlobalUnlock, 整数型
.参数 hMem, 整数型
.DLL命令 GlobalFree, 整数型, , "GlobalFree"
.参数 hMem, 整数型
.DLL命令 FillRect, 整数型
.参数 hDC, 整数型
.参数 lpRect, RECT
.参数 hBrush, 整数型
.DLL命令 SetRect, 整数型
.参数 lprc, RECT
.参数 xLeft, 整数型
.参数 yTop, 整数型
.参数 xRight, 整数型
.参数 yBottom, 整数型
.DLL命令 BitBlt, 逻辑型
.参数 hdcDest, 整数型
.参数 nXDest, 整数型
.参数 nYDest, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 hdcSrc, 整数型
.参数 nXSrc, 整数型
.参数 nYSrc, 整数型
.参数 dwRop, 整数型
.DLL命令 MultiByteToWideChar, 整数型
.参数 CodePage, 整数型
.参数 dwFlags, 整数型
.参数 lpMultiByteStr, 文本型
.参数 cchMultiByte, 整数型
.参数 lpWideCharStr, 字节集
.参数 cchWideChar, 整数型
.DLL命令 GdipGetImageHeight, 整数型, "GdiPlus.dll"
.参数 Image, 整数型
.参数 Height, 整数型, 传址
.DLL命令 GdipGetImageWidth, 整数型, "GdiPlus.dll"
.参数 Image, 整数型
.参数 Width, 整数型, 传址
.DLL命令 GdipGetImageType, 整数型, "GdiPlus.dll"
.参数 Image, 整数型
.参数 Type, 整数型, 传址
.DLL命令 GdipDrawImageRectRect, 整数型, "GdiPlus.dll"
.参数 Graphics, 整数型
.参数 Image, 整数型
.参数 dstx, 小数型
.参数 dsty, 小数型
.参数 dstwidth, 小数型
.参数 dstheight, 小数型
.参数 srcx, 小数型
.参数 srcy, 小数型
.参数 srcwidth, 小数型
.参数 srcheight, 小数型
.参数 srcUnit, 整数型
.参数 ImageAttributes, 整数型
.参数 Callback, 整数型
.参数 CallbackData, 整数型, 传址
.DLL命令 GdipSetSmoothingMode, 整数型, "GdiPlus.dll"
.参数 Graphics, 整数型
.参数 smoothingMode, 整数型
.DLL命令 GdipGraphicsClear, 整数型, "GdiPlus.dll"
.参数 graphics, 整数型
.参数 color, 整数型
.DLL命令 GdipSetInterpolationMode, 整数型, "GdiPlus.dll"
.参数 Graphics, 整数型
.参数 InterpolationMode, 整数型
.DLL命令 GdipAddPathString, 整数型, "GdiPlus.dll"
.参数 Path, 整数型
.参数 String, 字节集
.参数 Length, 整数型
.参数 Family, 整数型
.参数 Style, 整数型
.参数 emSize, 小数型
.参数 LayoutRect, RECTF
.参数 Format, 整数型
.DLL命令 GdipCreatePath, 整数型, "GdiPlus.dll"
.参数 BrushMode, 整数型
.参数 Path, 整数型, 传址
.DLL命令 GdipSetPenLineJoin, 整数型, "GdiPlus.dll"
.参数 Pen, 整数型
.参数 LineJoin, 整数型
.DLL命令 GdipDrawPath, 整数型, "GdiPlus.dll"
.参数 Graphics, 整数型
.参数 Pen, 整数型
.参数 Path, 整数型
.DLL命令 GdipCreateLineBrushFromRectI, 整数型, "GdiPlus.dll", "GdipCreateLineBrushFromRectI"
.参数 Rect, RECT
.参数 color1, 整数型
.参数 color2, 整数型
.参数 mode, 整数型
.参数 wrapMode, 整数型
.参数 lineGradient, 整数型, 传址
.DLL命令 GdipFillPath, 整数型, "GdiPlus.dll"
.参数 Graphics, 整数型
.参数 Brush, 整数型
.参数 Path, 整数型
.DLL命令 GdipGetPathWorldBounds, 整数型, "GdiPlus.dll"
.参数 Path, 整数型
.参数 Bounds, RECTF
.参数 Matrix, 整数型
.参数 Pen, 整数型
.DLL命令 GdipCreateFontFamilyFromName, 整数型, "GdiPlus.dll"
.参数 Name, 字节集
.参数 FontCollection, 整数型
.参数 FontFamily, 整数型, 传址
.DLL命令 GdipCreatePen1, 整数型, "GdiPlus.dll"
.参数 Color, 整数型
.参数 Width, 小数型
.参数 Unit, 整数型
.参数 Pen, 整数型, 传址
.DLL命令 GdipCreateSolidFill, 整数型, "GdiPlus.dll"
.参数 Color, 整数型
.参数 Brush, 整数型, 传址
.DLL命令 GdipDeleteBrush, 整数型, "GdiPlus.dll"
.参数 Brush, 整数型
.DLL命令 GdipDeletePen, 整数型, "GdiPlus.dll"
.参数 Pen, 整数型
.DLL命令 GdipDeletePath, 整数型, "GdiPlus.dll"
.参数 Path, 整数型
.DLL命令 GdipDeleteFontFamily, 整数型, "GdiPlus.dll"
.参数 FontFamily, 整数型
.DLL命令 GdipSetImageAttributesColorMatrix, 整数型, "Gdiplus.dll"
.参数 ImageAttributes, 整数型
.参数 ClrAdjType, 整数型
.参数 enableFlag, 逻辑型
.参数 colourMatrix, ColorMatrix
.参数 grayMatrix, 整数型
.参数 ColorMatrixFlags, 整数型
.DLL命令 GdipCreateImageAttributes, 整数型, "Gdiplus.dll"
.参数 ImageAttributes, 整数型, 传址
.DLL命令 GdipDisposeImageAttributes, 整数型, "GdiPlus.dll"
.参数 ImageAttributes, 整数型
易语言卷帘工具箱源码,初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...
易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...
易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...
易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...
易语言两个文件内存中通讯源码,子程序1,打开文件,生成空文件,生成重复字节文件,移到文件首,移到文件尾,移动读写位置,取读写位置,关闭文件,取文件长度,写出字节集,是否在文件尾,取错...
易语言易模块管理器Include目录源码,CopyTo_CreateProcessDebugInfo,CopyTo_CreateThreadDebugInfo,CopyTo_ExitThreadDebugInfo,CopyTo_ExitProcessDebugInfo,CopyTo_LoadDllDebugInfo,CopyTo_UnloadDllDebugInfo,CopyTo_ExceptionDebugInfo,Copy...
易语言卷帘工具箱源码,初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...
子程序1,打开文件,生成空文件,生成重复字节文件,移到文件首,移到文件尾,移动读写位置,取读写位置,关闭文件,取文件长度,写出字节集,是否在文件尾,取错误信息,读入字节集,读入2M字节集,清除文件缓冲区,读入文本,写出文本,写文本行,读入一行,插入字节集,取文件号...
初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...