Graphics::D rawEllipse (constPen*,INT,INT,INT,INT) 方法 (gdiplusgraphics.h)
Graphics::D rawEllipse 方法會繪製橢圓形。
語法
Status DrawEllipse(
[in] const Pen *pen,
[in] INT x,
[in] INT y,
[in] INT width,
[in] INT height
);
參數
[in] pen
類型: const Pen*
用來繪製橢圓形的畫筆指標。
[in] x
類型: INT
整數,指定矩形左上角的 X 座標,該矩形會系結橢圓形。
[in] y
類型: INT
整數,指定周框左上角的 Y 座標,該矩形會系結橢圓形。
[in] width
類型: INT
整數,指定系結橢圓形之矩形的寬度。
[in] height
類型: INT
整數,指定限定橢圓形之矩形的高度。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdiplusgraphics.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |