• 当前位置: 首页 > 系统I类源码 > 图形图像源码易语言渐变旋转例子源码,易语言渐变旋转例子2源码,易语言图片渐
  • 易语言渐变旋转例子源码,易语言渐变旋转例子2源码,易语言图片渐

    • 软件授权:
      开源软件
    • 软件大小:
      428.3 KB
    • 文件类型:
      .zip,.e
    • 下载次数:
    • 上传用户:
      心脏
    • 发布时间:
      2018-10-12 20:35
    • 软件等阶:
    • 运行环境:
      Winall,Win2003,WinXP,Win7,Win8
    • 软件评级:

    软件介绍             



     

    易语言图片渐变旋转模块源码


    系统结构:GDI初始化,RGB到ARGB,字节流创建,GdiplusW2A,GdiplusA2W,SetRectF,SetPoint,SetPointF,SetSize,置分层透明混合,置位图属性,创建,渐入渐出,初始化,更新大小,销毁,三维旋转,更换底图,置边框,置透明度,取透明度,重画背景,画底图和边框,刷新显示,局部画图,窗口组件透明,动画_创建,动画_销毁,动画_淡入,动画_淡出,动画_旋转,动画_时钟事件,动画_淡入_周期事件,动画_淡出_周期事件,动画_旋转_周期事件,GdiplusStartup,GetProp,SetProp,GetWindowLong,SetWindowLong,GetWindowRect,CreateCompatibleDC,CreateDIBSection,SelectObject,MultiByteToWideChar,GdipCreateFromHDC,GdipCreateBitmapFromScan0,GdipGetImageGraphicsContext,GdiplusShutdown,DeleteObject,DeleteDC,GdipDeleteGraphics,GdipDisposeImage,GdipCreateRegionRect,GdipCombineRegionRect,GdipGetRegionBounds,GdipDeleteRegion,VirtualAlloc,RtlMoveMemory,GdipDeleteCachedBitmap,GdipCloneBitmapArea,GdipCreateCachedBitmap,GdipSetClipRect,GdipGraphicsClear,GdipDrawCachedBitmap,GdipDrawImageRect,GdipGetImageWidth,GdipGetImageHeight,GdipDrawImageRectRect,GdipDrawImageRectRectI,GdipDrawImage,GdipImageRotateFlip,GdipDrawImagePoints,GdipDrawImagePointsRect,UpdateLayeredWindow,GdipResetClip,GlobalAlloc,GlobalLock,GlobalUnlock,CreateStreamOnHGlobal,GdipLoadImageFromStream,GlobalFree,GdipLoadImageFromFile,GdipCloneImage,Rectangle,GdipDrawRectangle,CreatePen,GdipCreatePen1,GdipCreatePen2,GdipClonePen,GdipGetPenWidth,GdipSetPenWidth,GdipGetPenColor,GdipSetPenColor,GdipDeletePen,GdipCloneBrush,GdipGetBrushType,GdipCreateSolidFill,GdipGetSolidFillColor,GdipSetSolidFillColor,GdipDeleteBrush,GetStockObject,GdipAlloc,GetObject,GetDC,GdipCreateFontFromLogfont,ReleaseDC,GdipFree,GdipCreateFontFamilyFromName,GdipCloneFont,GdipGetFontStyle,GdipGetFontSize,GdipGetFontHeight,GdipDeleteFont,GdipCreateFont,GdipDeleteFontFamily,SendMessage,GdipGetDC,GdipReleaseDC,GdipCreateHBITMAPFromBitmap,CallWindowProc,lstrlenw,GdipDrawString,GdipCreateStringFormat,GdipSetStringFormatAlign,GdipSetStringFormatLineAlign,GdipCloneStringFormat,GdipSetStringFormatFlags,GdipGetStringFormatFlags,GdipGetStringFormatAlign,GdipGetStringFormatLineAlign,GdipSetStringFormatMeasurableCharacterRanges,GdipGetStringFormatMeasurableCharacterRangeCount,GdipDeleteStringFormat,GdipMeasureString,LocalSize_TRACKMOUSEEVENT,TrackMouseEvent,WideCharToMultiByte,GdipFillRectangle,SetCapture,ReleaseCapture,GetCapture,GdipDrawLine,AlphaBlend,SetBkMode,WriteProcessMemory,GetCurrentProcess,SetLayeredWindowAttributes,lstrcpyn_字节集,GdiTransparentBlt,SetTimer,KillTimer,


    ======窗口程序集1
               |  |
               |  |------ __启动窗口_位置被改变
               |  |
               |  |------ __启动窗口_创建完毕
               |  |
               |  |------ _时钟1_周期事件
               |  |
               |  |
    ======窗口程序集2
               |  |
               |  |------ _窗口1_可否被关闭
               |  |
               |  |------ _窗口1_创建完毕
               |  |
               |  |------ _按钮1_被单击
               |  |
               |  |------ _窗口1_位置被改变
               |  |
               |  |------ _按钮2_被单击
               |  |
               |  |
    ======窗口程序集3
               |  |
               |  |------ _窗口2_创建完毕
               |  |
               |  |------ _窗口2_可否被关闭
               |  |
               |  |------ _按钮1_被单击
               |  |
               |  |------ _按钮2_被单击
               |  |
               |  |------ _窗口2_位置被改变
               |  |
               |  |
    ======程序集1
      ======窗口程序集1
               |  |
               |  |------ __启动窗口_创建完毕
      ======启动
               |  |
               |  |------ _启动子程序
               |  |
               |  |------ _临时子程序
               |  |
               |  |------ GDI初始化
               |  |
               |  |
    ======其他程序集
               |  |
               |  |------ RGB到ARGB
               |  |
               |  |------ 字节流创建
               |  |
               |  |------ GdiplusW2A
               |  |
               |  |------ GdiplusA2W
               |  |
               |  |------ SetRectF
               |  |
               |  |------ SetPoint
               |  |
               |  |------ SetPointF
               |  |
               |  |------ SetSize
               |  |
               |  |------ 置分层透明混合
               |  |
               |  |------ 置位图属性
               |  |
               |  |
    ======渐变旋转窗口
               |  |
               |  |------ _初始化
               |  |
               |  |------ _销毁
               |  |
               |  |------ 创建
               |  |
               |  |------ 渐入渐出
               |  |
               |  |------ 初始化
               |  |
               |  |------ 更新大小
               |  |
               |  |------ 销毁
               |  |
               |  |------ 三维旋转
               |  |
               |  |------ 更换底图
               |  |
               |  |------ 置边框
               |  |
               |  |------ 置透明度
               |  |
               |  |------ 取透明度
               |  |
               |  |------ 重画背景
               |  |
               |  |------ 画底图和边框
               |  |
               |  |------ 刷新显示
               |  |
               |  |------ 局部画图
               |  |
               |  |
    ======附加程序集
               |  |
               |  |------ 窗口组件透明
               |  |
               |  |------ 动画_创建
               |  |
               |  |------ 动画_销毁
               |  |
               |  |------ 动画_淡入
               |  |
               |  |------ 动画_淡出
               |  |
               |  |------ 动画_旋转
               |  |
               |  |------ 动画_时钟事件
               |  |
               |  |------ 动画_淡入_周期事件
               |  |
               |  |------ 动画_淡出_周期事件
               |  |
               |  |------ 动画_旋转_周期事件
               |  |
               |  |
    ======调用的Dll
               |  |
               |  |---[dll]------   GdiplusStartup
               |  |
               |  |---[dll]------   GetProp
               |  |
               |  |---[dll]------   SetProp
               |  |
               |  |---[dll]------   GetWindowLong
               |  |
               |  |---[dll]------   SetWindowLong
               |  |
               |  |---[dll]------   GetWindowRect
               |  |
               |  |---[dll]------   CreateCompatibleDC
               |  |
               |  |---[dll]------   CreateDIBSection
               |  |
               |  |---[dll]------   SelectObject
               |  |
               |  |---[dll]------   MultiByteToWideChar
               |  |
               |  |---[dll]------   GdipCreateFromHDC
               |  |
               |  |---[dll]------   GdipCreateBitmapFromScan0
               |  |
               |  |---[dll]------   GdipGetImageGraphicsContext
               |  |
               |  |---[dll]------   GdiplusShutdown
               |  |
               |  |---[dll]------   DeleteObject
               |  |
               |  |---[dll]------   DeleteDC
               |  |
               |  |---[dll]------   GdipDeleteGraphics
               |  |
               |  |---[dll]------   GdipDisposeImage
               |  |
               |  |---[dll]------   GdipCreateRegionRect
               |  |
               |  |---[dll]------   GdipCombineRegionRect
               |  |
               |  |---[dll]------   GdipGetRegionBounds
               |  |
               |  |---[dll]------   GdipDeleteRegion
               |  |
               |  |---[dll]------   VirtualAlloc
               |  |
               |  |---[dll]------   RtlMoveMemory
               |  |
               |  |---[dll]------   GdipDeleteCachedBitmap
               |  |
               |  |---[dll]------   GdipCloneBitmapArea
               |  |
               |  |---[dll]------   GdipCreateCachedBitmap
               |  |
               |  |---[dll]------   GdipSetClipRect
               |  |
               |  |---[dll]------   GdipGraphicsClear
               |  |
               |  |---[dll]------   GdipDrawCachedBitmap
               |  |
               |  |---[dll]------   GdipDrawImageRect
               |  |
               |  |---[dll]------   GdipGetImageWidth
               |  |
               |  |---[dll]------   GdipGetImageHeight
               |  |
               |  |---[dll]------   GdipDrawImageRectRect
               |  |
               |  |---[dll]------   GdipDrawImageRectRectI
               |  |
               |  |---[dll]------   GdipDrawImage
               |  |
               |  |---[dll]------   GdipImageRotateFlip
               |  |
               |  |---[dll]------   GdipDrawImagePoints
               |  |
               |  |---[dll]------   GdipDrawImagePointsRect
               |  |
               |  |---[dll]------   UpdateLayeredWindow
               |  |
               |  |---[dll]------   GdipResetClip
               |  |
               |  |---[dll]------   GlobalAlloc
               |  |
               |  |---[dll]------   GlobalLock
               |  |
               |  |---[dll]------   GlobalUnlock
               |  |
               |  |---[dll]------   CreateStreamOnHGlobal
               |  |
               |  |---[dll]------   GdipLoadImageFromStream
               |  |
               |  |---[dll]------   GlobalFree
               |  |
               |  |---[dll]------   GdipLoadImageFromFile
               |  |
               |  |---[dll]------   GdipCloneImage
               |  |
               |  |---[dll]------   Rectangle
               |  |
               |  |---[dll]------   GdipDrawRectangle
               |  |
               |  |---[dll]------   CreatePen
               |  |
               |  |---[dll]------   GdipCreatePen1
               |  |
               |  |---[dll]------   GdipCreatePen2
               |  |
               |  |---[dll]------   GdipClonePen
               |  |
               |  |---[dll]------   GdipGetPenWidth
               |  |
               |  |---[dll]------   GdipSetPenWidth
               |  |
               |  |---[dll]------   GdipGetPenColor
               |  |
               |  |---[dll]------   GdipSetPenColor
               |  |
               |  |---[dll]------   GdipDeletePen
               |  |
               |  |---[dll]------   GdipCloneBrush
               |  |
               |  |---[dll]------   GdipGetBrushType
               |  |
               |  |---[dll]------   GdipCreateSolidFill
               |  |
               |  |---[dll]------   GdipGetSolidFillColor
               |  |
               |  |---[dll]------   GdipSetSolidFillColor
               |  |
               |  |---[dll]------   GdipDeleteBrush
               |  |
               |  |---[dll]------   GetStockObject
               |  |
               |  |---[dll]------   GdipAlloc
               |  |
               |  |---[dll]------   GetObject
               |  |
               |  |---[dll]------   GetDC
               |  |
               |  |---[dll]------   GdipCreateFontFromLogfont
               |  |
               |  |---[dll]------   ReleaseDC
               |  |
               |  |---[dll]------   GdipFree
               |  |
               |  |---[dll]------   GdipCreateFontFamilyFromName
               |  |
               |  |---[dll]------   GdipCloneFont
               |  |
               |  |---[dll]------   GdipGetFontStyle
               |  |
               |  |---[dll]------   GdipGetFontSize
               |  |
               |  |---[dll]------   GdipGetFontHeight
               |  |
               |  |---[dll]------   GdipDeleteFont
               |  |
               |  |---[dll]------   GdipCreateFont
               |  |
               |  |---[dll]------   GdipDeleteFontFamily
               |  |
               |  |---[dll]------   SendMessage
               |  |
               |  |---[dll]------   GdipGetDC
               |  |
               |  |---[dll]------   GdipReleaseDC
               |  |
               |  |---[dll]------   GdipCreateHBITMAPFromBitmap
               |  |
               |  |---[dll]------   CallWindowProc
               |  |
               |  |---[dll]------   lstrlenw
               |  |
               |  |---[dll]------   GdipDrawString
               |  |
               |  |---[dll]------   GdipCreateStringFormat
               |  |
               |  |---[dll]------   GdipSetStringFormatAlign
               |  |
               |  |---[dll]------   GdipSetStringFormatLineAlign
               |  |
               |  |---[dll]------   GdipCloneStringFormat
               |  |
               |  |---[dll]------   GdipSetStringFormatFlags
               |  |
               |  |---[dll]------   GdipGetStringFormatFlags
               |  |
               |  |---[dll]------   GdipGetStringFormatAlign
               |  |
               |  |---[dll]------   GdipGetStringFormatLineAlign
               |  |
               |  |---[dll]------   GdipSetStringFormatMeasurableCharacterRanges
               |  |
               |  |---[dll]------   GdipGetStringFormatMeasurableCharacterRangeCount
               |  |
               |  |---[dll]------   GdipDeleteStringFormat
               |  |
               |  |---[dll]------   GdipMeasureString
               |  |
               |  |---[dll]------   LocalSize_TRACKMOUSEEVENT
               |  |
               |  |---[dll]------   TrackMouseEvent
               |  |
               |  |---[dll]------   WideCharToMultiByte
               |  |
               |  |---[dll]------   GdipFillRectangle
               |  |
               |  |---[dll]------   SetCapture
               |  |
               |  |---[dll]------   ReleaseCapture
               |  |
               |  |---[dll]------   GetCapture
               |  |
               |  |---[dll]------   GdipDrawLine
               |  |
               |  |---[dll]------   AlphaBlend
               |  |
               |  |---[dll]------   SetBkMode
               |  |
               |  |---[dll]------   WriteProcessMemory
               |  |
               |  |---[dll]------   GetCurrentProcess
               |  |
               |  |---[dll]------   SetLayeredWindowAttributes
               |  |
               |  |---[dll]------   lstrcpyn_字节集
               |  |
               |  |---[dll]------   GdiTransparentBlt
               |  |
               |  |---[dll]------   SetTimer
               |  |
               |  |---[dll]------   KillTimer

      


    易语言图片渐变旋转模块源码 易语言图片渐变旋转模块源码 易语言图片渐变旋转模块源码 易语言图片渐变旋转模块源码 易语言图片渐变旋转模块源码


    调用的DLL命令:


    .DLL命令 GdiplusStartup, 整数型, "gdiplus.dll", "GdiplusStartup"
        .参数 token, 整数型, 传址
        .参数 inputbuf, GdiplusStartupInput
        .参数 outputbuf, 整数型


    .DLL命令 GetProp, 整数型, , "GetPropA", , 该函数从给定窗口的属性列表中检索数据句柄
        .参数 hWnd, 整数型
        .参数 lpString, 文本型


    .DLL命令 SetProp, 整数型, , "SetPropA", , 该函数在指定窗口的属性表中增加一个新项,或者修改一个现有项
        .参数 hWnd, 整数型
        .参数 lpString, 文本型
        .参数 hData, 整数型


    .DLL命令 GetWindowLong, 整数型, "user32", "GetWindowLongA"
        .参数 hwnd, 整数型
        .参数 nIndex, 整数型


    .DLL命令 SetWindowLong, 整数型, , "SetWindowLongA"
        .参数 hWnd, 整数型
        .参数 nIndex, 整数型
        .参数 dwNewLong, 整数型


    .DLL命令 GetWindowRect, 整数型, "user32.dll", "GetWindowRect"
        .参数 hwnd, 整数型
        .参数 lpRect, Rect


    .DLL命令 CreateCompatibleDC, 整数型, , , , 该函数创建一个与指定设备兼容的内存设备上下文环境(DC),通过GetDc()获取的HDC直接与相关设备沟通,而本函数创建的DC,则是与内存中的一个表面相关联
        .参数 hDC, 整数型


    .DLL命令 CreateDIBSection, 整数型, , , , 该函数创建应用程序可以直接写入的、与设备无关的位图(DIB)
        .参数 hDC, 整数型
        .参数 pBMI, BITMAPINFO
        .参数 iUsage, 整数型
        .参数 ppvBits, 整数型
        .参数 hSection, 整数型
        .参数 dwOffset, 整数型


    .DLL命令 SelectObject, 整数型, , , , 该函数选择一对象到指定的设备上下文环境中,该新对象替换先前的相同类型的对象
        .参数 hDC, 整数型
        .参数 hObject, 整数型


    .DLL命令 MultiByteToWideChar, 整数型
        .参数 CodePage, 整数型
        .参数 dwFlags, 整数型
        .参数 lpMultiByteStr, 文本型
        .参数 cchMultiByte, 整数型
        .参数 lpWideCharStr, 字节集
        .参数 cchWideChar, 整数型


    .DLL命令 GdipCreateFromHDC, 整数型, "GdiPlus.dll", , , 创建设备场景相对应的内存绘图区域(内存图形)
        .参数 hDC, 整数型
        .参数 Graphics, 整数型, 传址


    .DLL命令 GdipCreateBitmapFromScan0, 整数型, "GdiPlus.dll", "GdipCreateBitmapFromScan0", , 位图_创建
        .参数 width, 整数型
        .参数 height, 整数型
        .参数 stride, 整数型
        .参数 format, 整数型
        .参数 scan0, 整数型
        .参数 bitmap, 整数型, 传址


    .DLL命令 GdipGetImageGraphicsContext, 整数型, "GdiPlus.dll", "GdipGetImageGraphicsContext", , 图形_创建自图像
        .参数 image, 整数型
        .参数 graphics, 整数型, 传址


    .DLL命令 GdiplusShutdown, , "gdiplus.dll", "GdiplusShutdown"
        .参数 token, 整数型


    .DLL命令 DeleteObject, 整数型
        .参数 hObject, 整数型


    .DLL命令 DeleteDC, 整数型, "gdi32", "DeleteDC", , 删除指定的设备上下文环境(DC)
        .参数 hdc, 整数型


    .DLL命令 GdipDeleteGraphics, 整数型, "gdiplus", "GdipDeleteGraphics", , 图形_销毁
        .参数 graphics, 整数型


    .DLL命令 GdipDisposeImage, 整数型, "GdiPlus.dll", , , 图像_销毁
        .参数 Image, 整数型


    .DLL命令 GdipCreateRegionRect, 整数型, "gdiplus", "GdipCreateRegionRect"
        .参数 rect, RectF
        .参数 region, 整数型, 传址


    .DLL命令 GdipCombineRegionRect, 整数型, "gdiplus", "GdipCombineRegionRect"
        .参数 region, 整数型
        .参数 rect, RectF
        .参数 CombineMd, 整数型


    .DLL命令 GdipGetRegionBounds, 整数型, "gdiplus", "GdipGetRegionBounds"
        .参数 region, 整数型
        .参数 graphics, 整数型
        .参数 rect, RectF


    .DLL命令 GdipDeleteRegion, 整数型, "gdiplus", "GdipDeleteRegion"
        .参数 region, 整数型


    .DLL命令 VirtualAlloc, 整数型, "kernel32.dll", "VirtualAlloc"
        .参数 lpAddress, 整数型
        .参数 dwSize, 整数型
        .参数 flAllocationType, 整数型
        .参数 flProtect, 整数型


    .DLL命令 RtlMoveMemory, , "kernel32.dll", "RtlMoveMemory"
        .参数 Destination, 整数型
        .参数 Source, 字节集
        .参数 Length, 整数型


    .DLL命令 GdipDeleteCachedBitmap, 整数型, "gdiplus", "GdipDeleteCachedBitmap", , 销毁缓存位图
        .参数 cachedBitmap, 整数型


    .DLL命令 GdipCloneBitmapArea, 整数型, "gdiplus", "GdipCloneBitmapArea", , 复制位图区域
        .参数 x, 小数型
        .参数 y, 小数型
        .参数 Width, 小数型
        .参数 Height, 小数型
        .参数 PixelFormat, 整数型
        .参数 srcBitmap, 整数型
        .参数 dstBitmap, 整数型, 传址


    .DLL命令 GdipCreateCachedBitmap, 整数型, "gdiplus", "GdipCreateCachedBitmap", , 创建缓存位图
        .参数 bitmap, 整数型
        .参数 graphics, 整数型
        .参数 cachedBitmap, 整数型, 传址


    .DLL命令 GdipSetClipRect, 整数型, "gdiplus", "GdipSetClipRect", , 设置剪辑矩形
        .参数 graphics, 整数型
        .参数 x, 小数型
        .参数 y, 小数型
        .参数 Width, 小数型
        .参数 Height, 小数型
        .参数 CombineMd, 整数型


    .DLL命令 GdipGraphicsClear, 整数型, "gdiplus", "GdipGraphicsClear", , 清除整个绘图面,并以指定色填充 透明色:16777215
        .参数 graphics, 整数型
        .参数 lColor, 整数型


    .DLL命令 GdipDrawCachedBitmap, 整数型, "gdiplus", "GdipDrawCachedBitmap"
        .参数 graphics, 整数型
        .参数 cachedBitmap, 整数型
        .参数 x, 整数型
        .参数 y, 整数型


    .DLL命令 GdipDrawImageRect, 整数型, "GdiPlus.dll", , , 画图像缩放
        .参数 Graphics, 整数型
        .参数 Image, 整数型
        .参数 X, 小数型
        .参数 Y, 小数型
        .参数 Width, 小数型
        .参数 Height, 小数型


    .DLL命令 GdipGetImageWidth, 整数型, "GdiPlus.dll"
        .参数 Image, 整数型
        .参数 Width, 整数型, 传址


    .DLL命令 GdipGetImageHeight, 整数型, "GdiPlus.dll"
        .参数 Image, 整数型
        .参数 Height, 整数型, 传址


    .DLL命令 GdipDrawImageRectRect, 整数型, "GdiPlus.dll", , , 画图像缩放部分
        .参数 Graphics, 整数型
        .参数 Image, 整数型
        .参数 dstx, 小数型
        .参数 dsty, 小数型
        .参数 dstwidth, 小数型
        .参数 dstheight, 小数型
        .参数 srcx, 小数型
        .参数 srcy, 小数型
        .参数 srcwidth, 小数型
        .参数 srcheight, 小数型
        .参数 srcUnit, 整数型
        .参数 ImageAttributes, 整数型
        .参数 Callback, 整数型
        .参数 CallbackData, 整数型


    .DLL命令 GdipDrawImageRectRectI, 整数型, "gdiplus", "GdipDrawImageRectRectI", , 画图像缩放部分
        .参数 graphics, 整数型
        .参数 Image, 整数型
        .参数 dstX, 整数型
        .参数 dstY, 整数型
        .参数 dstWidth, 整数型
        .参数 dstHeight, 整数型
        .参数 srcx, 整数型
        .参数 srcy, 整数型
        .参数 srcwidth, 整数型
        .参数 srcheight, 整数型
        .参数 srcUnit, 整数型
        .参数 imageAttributes, 整数型
        .参数 callback, 整数型
        .参数 callbackData, 整数型


    .DLL命令 GdipDrawImage, 整数型, "gdiplus", "GdipDrawImage", , 画图像
        .参数 graphics, 整数型
        .参数 Image, 整数型
        .参数 x, 小数型
        .参数 y, 小数型


    .DLL命令 GdipImageRotateFlip, 整数型, "gdiplus", "GdipImageRotateFlip", , 旋转、翻转图像
        .参数 Image, 整数型
        .参数 rfType, 整数型


    .DLL命令 GdipDrawImagePoints, 整数型, "gdiplus", "GdipDrawImagePoints", , 画图像变形
        .参数 graphics, 整数型
        .参数 Image, 整数型
        .参数 dstpoints, PointF, 数组
        .参数 count, 整数型


    .DLL命令 GdipDrawImagePointsRect, 整数型, "gdiplus", "GdipDrawImagePointsRect", , 画图像变形部分
        .参数 graphics, 整数型
        .参数 Image, 整数型
        .参数 Points, PointF, 数组
        .参数 count, 整数型
        .参数 srcx, 小数型
        .参数 srcy, 小数型
        .参数 srcwidth, 小数型
        .参数 srcheight, 小数型
        .参数 srcUnit, 整数型
        .参数 imageAttributes, 整数型
        .参数 callback, 整数型
        .参数 callbackData, 整数型


    .DLL命令 UpdateLayeredWindow, 逻辑型, , , , 该UpdateLayeredWindow函数更新一个分层的窗口的位置,大小,形状,内容和半透明度
        .参数 hWnd, 整数型
        .参数 hdcDst, 整数型
        .参数 pptDst, Point
        .参数 psize, Size
        .参数 hdcSrc, 整数型
        .参数 pptSrc, Point
        .参数 crKey, 整数型
        .参数 pblend, BLENDFUNCTION
        .参数 dwFlags, 整数型


    .DLL命令 GdipResetClip, 整数型, "gdiplus", "GdipResetClip"
        .参数 graphics, 整数型


    .DLL命令 GlobalAlloc, 整数型, , , , 从堆中分配一定数目的字节数
        .参数 wFlags, 整数型
        .参数 dwBytes, 整数型


    .DLL命令 GlobalLock, 整数型, , , ,  锁定内存中指定的内存块,并返回一个地址值,令其指向内存块的起始处
        .参数 hMem, 整数型


    .DLL命令 GlobalUnlock, 整数型, , , , 解除锁定的内存块,使指向该内存块的指针无效
        .参数 hMem, 整数型


    .DLL命令 CreateStreamOnHGlobal, 整数型, "Ole32.dll", , , 从指定内存创建流对象
        .参数 hGlobal, 整数型
        .参数 fDeleteOnRelease, 逻辑型
        .参数 ppstm, 整数型, 传址


    .DLL命令 GdipLoadImageFromStream, 整数型, "GdiPlus.dll", , , 图像_创建自流对象
        .参数 Stream, 整数型
        .参数 Image, 整数型, 传址


    .DLL命令 GlobalFree, 整数型, , "GlobalFree", , 释放指定的全局内存块。在调用了这个函数以后,hMem 句柄就不再有效
        .参数 hMem, 整数型


    .DLL命令 GdipLoadImageFromFile, 整数型, "GdiPlus.dll", , , 图像_创建自文件
        .参数 FileName, 字节集
        .参数 Image, 整数型, 传址


    .DLL命令 GdipCloneImage, 整数型, "gdiplus", "GdipCloneImage"
        .参数 Image, 整数型
        .参数 cloneImage, 整数型, 传址


    .DLL命令 Rectangle, 整数型, "gdi32.dll", "Rectangle", , Rectangle
        .参数 设备场景句柄, 整数型, , hdc
        .参数 左上角横坐标, 整数型, , X
        .参数 左上角纵坐标, 整数型, , Y
        .参数 右下角横坐标, 整数型, , X1
        .参数 右下角纵坐标, 整数型, , Y1


    .DLL命令 GdipDrawRectangle, 整数型, "GdiPlus.dll", "GdipDrawRectangle", , 画矩形(图形,画笔)
        .参数 graphics, 整数型
        .参数 pen, 整数型
        .参数 x, 小数型
        .参数 y, 小数型
        .参数 width, 小数型
        .参数 height, 小数型


    .DLL命令 CreatePen, 整数型, "gdi32", "CreatePen"
        .参数 风格, 整数型
        .参数 宽度, 整数型
        .参数 颜色, 整数型


    .DLL命令 GdipCreatePen1, 整数型, "gdiplus", "GdipCreatePen1", , 画笔_颜色创建
        .参数 color, 整数型
        .参数 Width, 小数型
        .参数 unit, 整数型
        .参数 pen, 整数型, 传址


    .DLL命令 GdipCreatePen2, 整数型, "gdiplus", "GdipCreatePen2", , 画笔_画刷创建
        .参数 Brush, 整数型
        .参数 Width, 小数型
        .参数 unit, 整数型
        .参数 pen, 整数型, 传址


    .DLL命令 GdipClonePen, 整数型, "gdiplus", "GdipClonePen", , 画笔_复制
        .参数 pen, 整数型
        .参数 clonepen, 整数型, 传址


    .DLL命令 GdipGetPenWidth, 整数型, "gdiplus", "GdipGetPenWidth", , 画笔_取得宽度
        .参数 pen, 整数型
        .参数 Width, 小数型, 传址


    .DLL命令 GdipSetPenWidth, 整数型, "gdiplus", "GdipSetPenWidth"
        .参数 pen, 整数型
        .参数 Width, 小数型


    .DLL命令 GdipGetPenColor, 整数型, "gdiplus", "GdipGetPenColor", , 画笔_取得颜色
        .参数 pen, 整数型
        .参数 argb, 整数型, 传址


    .DLL命令 GdipSetPenColor, 整数型, "gdiplus", "GdipSetPenColor"
        .参数 pen, 整数型
        .参数 argb, 整数型


    .DLL命令 GdipDeletePen, 整数型, "GdiPlus.dll", "GdipDeletePen", , 销毁画笔
        .参数 pen, 整数型


    .DLL命令 GdipCloneBrush, 整数型, "gdiplus", "GdipCloneBrush"
        .参数 Brush, 整数型
        .参数 cloneBrush, 整数型, 传址


    .DLL命令 GdipGetBrushType, 整数型, "gdiplus", "GdipGetBrushType"
        .参数 Brush, 整数型
        .参数 brshType, 整数型, 传址


    .DLL命令 GdipCreateSolidFill, 整数型, "GdiPlus.dll", "GdipCreateSolidFill", , 画刷_纯色创建
        .参数 color, 整数型
        .参数 brush, 整数型, 传址


    .DLL命令 GdipGetSolidFillColor, 整数型, "GdiPlus.dll", "GdipGetSolidFillColor", , 画刷_取得纯色填充颜色
        .参数 brush, 整数型
        .参数 color, 整数型, 传址


    .DLL命令 GdipSetSolidFillColor, 整数型, "GdiPlus.dll", "GdipSetSolidFillColor"
        .参数 brush, 整数型
        .参数 color, 整数型


    .DLL命令 GdipDeleteBrush, 整数型, "GdiPlus.dll", "GdipDeleteBrush", , 销毁画刷
        .参数 brush, 整数型


    .DLL命令 GetStockObject, 整数型, "gdi32", "GetStockObject", , 该函数检索预定义的备用笔、刷子、字体或者调色板的句柄
        .参数 nIndex, 整数型


    .DLL命令 GdipAlloc, 整数型, "gdiplus", "GdipAlloc", , 定义缓冲区,返回一个指向n个连续字符存储单元的指针
        .参数 size, 整数型


    .DLL命令 GetObject, 整数型, "gdi32", "GetObjectA", , 该函数得到指定图形对象的信息,根据图形对象,函数把填满的或结构,或表项(用于逻辑调色板)数目放入一个指定的缓冲区
        .参数 hObject, 整数型
        .参数 nCount, 整数型
        .参数 lpObject, 整数型


    .DLL命令 GetDC, 整数型, , , , 该函数检索一指定窗口的客户区域或整个屏幕的显示设备上下文环境的句柄
        .参数 hWnd, 整数型


    .DLL命令 GdipCreateFontFromLogfont, 整数型, "gdiplus", "GdipCreateFontFromLogfontA", , 字体_从默认字体创建
        .参数 hDC, 整数型
        .参数 logfont, 整数型
        .参数 createdfont, 整数型, 传址


    .DLL命令 ReleaseDC, 整数型
        .参数 hWnd, 整数型
        .参数 hDC, 整数型


    .DLL命令 GdipFree, , "gdiplus", "GdipFree", , 释放个指向n个连续字符存储单元的指针的缓冲区
        .参数 ptr, 整数型


    .DLL命令 GdipCreateFontFamilyFromName, 整数型, "gdiplus", "GdipCreateFontFamilyFromName"
        .参数 name, 字节集
        .参数 fontCollection, 整数型
        .参数 fontFamily, 整数型, 传址


    .DLL命令 GdipCloneFont, 整数型, "gdiplus", "GdipCloneFont", , 字体_复制
        .参数 curFont, 整数型
        .参数 cloneFont, 整数型, 传址


    .DLL命令 GdipGetFontStyle, 整数型, "gdiplus", "GdipGetFontStyle", , 字体_取得风格
        .参数 curFont, 整数型
        .参数 style, 整数型, 传址


    .DLL命令 GdipGetFontSize, 整数型, "gdiplus", "GdipGetFontSize", , 字体_取得尺寸
        .参数 curFont, 整数型
        .参数 size, 小数型, 传址


    .DLL命令 GdipGetFontHeight, 整数型, "gdiplus", "GdipGetFontHeight", , 字体_取得高度
        .参数 curFont, 整数型
        .参数 graphics, 整数型
        .参数 Height, 小数型, 传址


    .DLL命令 GdipDeleteFont, 整数型, "gdiplus", "GdipDeleteFont", , 销毁字体
        .参数 curFont, 整数型


    .DLL命令 GdipCreateFont, 整数型, "gdiplus", "GdipCreateFont"
        .参数 fontFamily, 整数型
        .参数 emSize, 小数型
        .参数 style, 整数型
        .参数 unit, 整数型
        .参数 createdfont, 整数型, 传址


    .DLL命令 GdipDeleteFontFamily,&nbs

    相关软件

    下载说明

    本站目前主要提供易语言源码、模块、支持库等下载大部分源码均为ZIP打包,
    注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
    部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
    由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。

    使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。

     

    推荐排行

    • 易语言类似冒险岛2D横版卷

      易语言类似冒险岛2D横版卷轴类游戏源码,初始化,开场见面,处理物品使用,显示掉血数值,怪物刷新血,减血加血处理,创建方块,创建怪物,重叠检测子程序,处理动画,创建物品,创建物品框架...

    • 易语言窗口特效码源码

      易语言窗口特效码源码,窗口进程取句柄,进程枚举,枚举窗口,枚举窗口过程,内存自动优化,内存优化,窗口移动,取屏幕尺寸,时钟周期,窗口特效_中心扩展,窗口特效_立体旋转,取窗口尺寸,窗...

    • 易语言用标签打造漂亮界

      易语言用标签打造漂亮界面源码,用标签打造漂亮界面...

    • 易语言特训小游戏源码

      易语言特训小游戏源码,newGame,偏移,绘制,碰撞检测,移动,x,y...

    • 易语言图表模块和24位色转

      易语言图表模块和24位色转单色位图模块源码,初始化表,画柱形,画曲线,检查,画坐标,画虚线,转化为单色,读字节文本,取十进制文本,取二进制文本,画圆饼,椭圆初始化,画饼,算角,颜色...

    • 易语言图片播放刚哪个朋

      易语言图片播放刚哪个朋友要的源码,寻找图片文件...

    • 易语言图片色调亮度处理

      易语言图片色调亮度处理源码,混合颜色...

    • 易语言取字符非循环源码

      易语言取字符非循环源码,ANSI转UNICODE,UNICODE转ANSI,取字符数,取字符左边,取字符中间,取字符右边,取字符数2,取字符数3,分解文本到数组,A字符转U,U字符转A...

    • 易语言轮值表源码

      易语言轮值表源码,轮值表头初始化...