//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言使用GDI+旋转图像源码系统结构:Create,Draw,Destroy,GdipCreateBitmapFromBinary,GdipRotateAtMatrix,GdiplusStartup,GdiplusShutdown,GdipDisposeImage,GdipGetImagePixelFormat,GdipGetImageGraphicsContext,GdipRotateMatrix,GdipCreateMatrix,GdipTranslateMatrix,GdipSetWorldTransform,GdipDrawImageRect,GdipCreateBitmapFromScan0,GdipCreateSolidFill,GdipFillRectangle,GdipGetImageWidth,GdipGetImageHeight,GdipDeleteMatrix,GdipDeleteBrush,GdipDeleteGraphics,GdipCreateFromHDC,GetDC,ReleaseDC,GlobalAlloc,CreateStreamOnHGlobal,GlobalLock,GlobalUnlock,GetObjectPtr,GdipCreateBitmapFromStream,GlobalFree, ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------__启动窗口_可否被关闭 || ||------_时钟1_周期事件 || || ======类1 || ||------_初始化 || ||------_销毁 || ||------Create || ||------Draw || ||------Destroy || ||------GdipCreateBitmapFromBinary || ||------GdipRotateAtMatrix || || ======调用的Dll || ||---[dll]------GdiplusStartup || ||---[dll]------GdiplusShutdown || ||---[dll]------GdipDisposeImage || ||---[dll]------GdipGetImagePixelFormat || ||---[dll]------GdipGetImageGraphicsContext || ||---[dll]------GdipRotateMatrix || ||---[dll]------GdipCreateMatrix || ||---[dll]------GdipTranslateMatrix || ||---[dll]------GdipSetWorldTransform || ||---[dll]------GdipDrawImageRect || ||---[dll]------GdipCreateBitmapFromScan0 || ||---[dll]------GdipCreateSolidFill || ||---[dll]------GdipFillRectangle || ||---[dll]------GdipGetImageWidth || ||---[dll]------GdipGetImageHeight || ||---[dll]------GdipDeleteMatrix || ||---[dll]------GdipDeleteBrush || ||---[dll]------GdipDeleteGraphics || ||---[dll]------GdipCreateFromHDC || ||---[dll]------GetDC || ||---[dll]------ReleaseDC || ||---[dll]------GlobalAlloc || ||---[dll]------CreateStreamOnHGlobal || ||---[dll]------GlobalLock || ||---[dll]------GlobalUnlock || ||---[dll]------GetObjectPtr || ||---[dll]------GdipCreateBitmapFromStream || ||---[dll]------GlobalFree 调用的DLL命令: .DLL命令GdiplusStartup,整数型,"gdiplus.dll","GdiplusStartup" .参数token,整数型,传址 .参数inputbuf,GdiplusStartupInput .参数outputbuf,整数型 .DLL命令GdiplusShutdown,,"gdiplus.dll","GdiplusShutdown" .参数token,整数型 .DLL命令GdipDisposeImage,整数型,"gdiplus.dll","GdipDisposeImage" .参数image,整数型 .DLL命令GdipGetImagePixelFormat,整数型,"gdiplus.dll","GdipGetImagePixelFormat" .参数image,整数型 .参数format,整数型,传址 .DLL命令GdipGetImageGraphicsContext,整数型,"gdiplus.dll","GdipGetImageGraphicsContext" .参数image .参数graphics,,传址 .DLL命令GdipRotateMatrix,整数型,"gdiplus.dll","GdipRotateMatrix" .参数matrix .参数angle,小数型 .参数order .DLL命令GdipCreateMatrix,整数型,"gdiplus.dll","GdipCreateMatrix" .参数matrix,,传址 .DLL命令GdipTranslateMatrix,整数型,"gdiplus.dll","GdipTranslateMatrix" .参数matrix .参数offsetX,小数型 .参数offsetY,小数型 .参数order .DLL命令GdipSetWorldTransform,整数型,"gdiplus.dll","GdipSetWorldTransform" .参数graphics,整数型 .参数matrix,整数型 .DLL命令GdipDrawImageRect,整数型,"gdiplus.dll","GdipDrawImageRect" .参数graphics .参数image .参数x,小数型 .参数y,小数型 .参数width,小数型 .参数height,小数型 .DLL命令GdipCreateBitmapFromScan0,整数型,"gdiplus.dll","GdipCreateBitmapFromScan0" .参数width,整数型 .参数height,整数型 .参数stride,整数型 .参数format .参数scan0 .参数bitmap,,传址 .DLL命令GdipCreateSolidFill,整数型,"gdiplus.dll","GdipCreateSolidFill" .参数color .参数brush,,传址 .DLL命令GdipFillRectangle,整数型,"gdiplus.dll","GdipFillRectangle" .参数graphics .参数brush .参数x,小数型 .参数y,小数型 .参数width,小数型 .参数height,小数型 .DLL命令GdipGetImageWidth,整数型,"gdiplus.dll","GdipGetImageWidth" .参数image .参数width,整数型,传址 .DLL命令GdipGetImageHeight,整数型,"gdiplus.dll","GdipGetImageHeight" .参数image .参数height,整数型,传址 .DLL命令GdipDeleteMatrix,整数型,"gdiplus.dll","GdipDeleteMatrix" .参数matrix .DLL命令GdipDeleteBrush,整数型,"gdiplus.dll","GdipDeleteBrush" .参数brush .DLL命令GdipDeleteGraphics,整数型,"gdiplus.dll","GdipDeleteGraphics" .参数graphics .DLL命令GdipCreateFromHDC,整数型,"gdiplus.dll","GdipCreateFromHDC" .参数hdc,整数型 .参数graphics,整数型,传址 .DLL命令GetDC,整数型,"user32.dll","GetDC" .参数hWnd,整数型 .DLL命令ReleaseDC,整数型,"user32.dll","ReleaseDC" .参数hWnd,整数型 .参数hDC,整数型 .DLL命令GlobalAlloc,整数型,,"GlobalAlloc" .参数uFlags .参数dwBytes .DLL命令CreateStreamOnHGlobal,整数型,"ole32.dll","CreateStreamOnHGlobal" .参数hGlobal .参数fDeleteOnRelease,逻辑型 .参数ppstm,对象,传址 .DLL命令GlobalLock,整数型 .参数hMem,整数型 .DLL命令GlobalUnlock,逻辑型 .参数hMem,整数型 .DLL命令GetObjectPtr,整数型,,"lstrcpyn" .参数lpString1,对象,传址 .参数lpString2,对象,传址 .参数iMaxLength,整数型 .DLL命令GdipCreateBitmapFromStream,整数型,"gdiplus.dll","GdipCreateBitmapFromStream" .参数stream,整数型 .参数bitmap,,传址 .DLL命令GlobalFree,整数型,,"GlobalFree" .参数hMem
