• 中文 English
  • Basic introduction
  • Setup
  • Tutorials
  • Basic concepts
    • Color
    • Coordinate
    • Device
  • Reference
    • Device related functions
      • clearcliprgn
      • cleardevice
      • closegraph
      • getaspectratio
      • graphdefaults
      • initgraph
      • setaspectratio
      • setcliprgn
      • setorigin
    • Color models
      • BGR
      • GetBValue
      • GetGValue
      • GetRValue
      • HSLtoRGB
      • HSVtoRGB
      • RGB
      • RGBtoGRAY
      • RGBtoHSL
      • RGBtoHSV
    • Color and style settings related functions
      • FILLSTYLE
      • getbkcolor
      • getbkmode
      • getfillcolor
      • getfillstyle
      • getlinecolor
      • getlinestyle
      • getpolyfillmode
      • getrop2
      • LINESTYLE
      • setbkcolor
      • setbkmode
      • setfillcolor
      • setfillstyle
      • setlinecolor
      • setlinestyle
      • setpolyfillmode
      • setrop2
    • Drawing related functions
      • arc
      • circle
      • clearcircle
      • clearellipse
      • clearpie
      • clearpolygon
      • clearrectangle
      • clearroundrect
      • ellipse
      • fillcircle
      • fillellipse
      • fillpie
      • fillpolygon
      • fillrectangle
      • fillroundrect
      • floodfill
      • getheight
      • getpixel
      • getwidth
      • line
      • pie
      • polybezier
      • polygon
      • polyline
      • putpixel
      • rectangle
      • roundrect
      • solidcircle
      • solidellipse
      • solidpie
      • solidpolygon
      • solidrectangle
      • solidroundrect
    • Text related functions
      • drawtext
      • gettextcolor
      • gettextstyle
      • LOGFONT
      • outtextxy
      • settextcolor
      • settextstyle
      • textheight
      • textwidth
    • Image related functions
      • getimage
      • GetImageBuffer
      • GetImageHDC
      • GetWorkingImage
      • IMAGE
      • loadimage
      • putimage
      • Resize
      • rotateimage
      • saveimage
      • SetWorkingImage
      • Ternary raster operations
    • Message related functions
      • ExMessage
      • flushmessage
      • getmessage
      • peekmessage
      • setcapture
      • releasecapture
    • Other functions
      • BeginBatchDraw
      • EndBatchDraw
      • FlushBatchDraw
      • GetEasyXVer
      • GetHWnd
      • InputBox
    • Preserved functions in graphics.h
      • bar
      • bar3d
      • drawpoly
      • fillpoly
      • getcolor
      • getmaxx
      • getmaxy
      • getx
      • gety
      • linerel
      • lineto
      • moverel
      • moveto
      • outtext
      • setcolor
      • setwritemode
      • Mouse related functions
        • FlushMouseMsgBuffer
        • GetMouseMsg
        • MouseHit
        • PeekMouseMsg
        • MOUSEMSG
  • Examples
    • Character Matrix
    • Stars
    • Mouse operations
    • Rainbow
  • Q&A
    • Error: none of the 2 overloads could convert all the argument types
    • Error: EasyX is only for Cpp
  • Contact us

Download

离线文档

Copyright © 2025 意在 版权声明

投诉举报:admin@easyx.cn

冀公网安备13010402003019

冀ICP备18009530号-10

Reference

The EasyX function is divided into the following categories:

  • Device related functions
  • Color models
  • Color and style settings related functions
  • Drawing related functions
  • Text related functions
  • Image related functions
  • Message related functions
  • Other functions
  • New functions in graphics.h
(贡献者:Krissi)  编辑