arc[編程函式]

ARC,計算機函式語言的一種,arc函式繪畫一個橢圓圓弧。

定義和用法

arc() 方法創建弧/曲線(用於創建圓或部分圓)。

提示:如需通過 arc() 來創建圓,請把起始角設定為 0,結束角設定為 2*Math.PI。

提示:請使用stroke()或fill()方法在畫布上繪製實際的弧。

原型

BOOL Arc(

HDC hdc ,

int x Left,

int y Top,

int x Right,

int y Bottom,

int XStart,

int YStart,

int XEnd,

int YEnd);

參數

hdc 繪畫的視窗句柄

xLeft和nyTopt指定外接矩形左上角坐標

xRight和yBottom指定外接矩形右下角坐標

xStart和nyStart指定圓弧開始坐標

xEnd和nyEnd指定圓弧結束坐標

MFC中ARC函式 MFC中ARC函式

易語言聲明

.版本 2

.DLL命令 Arc, 邏輯型, "gdi32", "Arc", 公開, BOOL WINAPI Arc

.參數 hdc, 整數型, , HDC hdc,

.參數 nLeftRect, 整數型, , int nLeftRect,

.參數 nTopRect, 整數型, , int nTopRect,

.參數 nRightRect, 整數型, , int nRightRect,

.參數 nBottomRect, 整數型, , int nBottomRect,

.參數 nXStartArc, 整數型, , int nXStartArc,

.參數 nYStartArc, 整數型, , int nYStartArc,

.參數 nXEndArc, 整數型, , int nXEndArc,

.參數 nYEndArc, 整數型, , int nYEndArc,

相關詞條

相關搜尋

熱門詞條

聯絡我們