中文
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
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
离线文档
getheight
这个函数用于获取绘图区高度。
int getheight();
参数
无
返回值
返回绘图区高度。
示例
无
(贡献者:
Krissi
)
编辑