RoundRect函式功能:該函式畫一個帶圓角的矩形,此矩形由當前畫筆畫輪廓,由當前畫刷填充。
基本介紹
- 外文名:RoundRect
- hdc:設備環境句柄。
- nLeftRect:指定矩形左上角的X坐標
- nTopRect:指定矩形左上角的Y坐標
- nRightRect:指定矩形左上角的Y坐標
- nbottomRect:指定矩形右下角的Y坐標。
RoundRect函式功能:該函式畫一個帶圓角的矩形,此矩形由當前畫筆畫輪廓,由當前畫刷填充。
RoundRect函式功能:該函式畫一個帶圓角的矩形,此矩形由當前畫筆畫輪廓,由當前畫刷填充。...
PrintRoundRect() 功能在指定位置以指定線寬列印圓角矩形。 語法PrintRoundRect(printjobnumber,x,y,width,height,xradius,yradius,thickness) 參數printjobnumber:...
+ "</vml:roundrect>";var strText = "<vml:textbox id='txt" + aStrID + "' onselectstart='return false;'>"+ "</vml:textbox>";...
shapes produced by GDI output functions that specify a bounding rectangle (for example, the Ellipse, Rectangle, RoundRect, Pie, and Chord member functions...
void drawRect(int x, int y, int width, int height) 繪製指定矩形的框線。 abstract void drawRoundRect(int x, int y, int width, int height, int ...
Ellipse函式,那么Arc函式將難以理解;而如果不先討論Rectangle函式,那么Ellipse函式又將難以理解;而如果討論Ellipse和Rectangle函式,那么我又會討論RoundRect、Chord和...