Graphics::FillClosedCurve (constBrush*,constPointF*,INT,FillMode,REAL) 方法 (gdiplusgraphics.h)
Graphics::FillClosedCurve方法會從點陣列建立封閉基數曲線,並使用筆刷根據指定的模式填滿曲線的內部。
語法
Status FillClosedCurve(
[in] const Brush *brush,
[in] const PointF *points,
[in] INT count,
[in] FillMode fillMode,
[in] REAL tension
);
參數
[in] brush
類型:const Brush*
筆刷物件的指標,用來繪製曲線的內部。
[in] points
類型:const PointF*
這個方法用來建立封閉基數曲線的點陣列指標。 陣列中的每個點都是曲線上的點。
[in] count
類型: INT
指定點陣列中 點 數的整數。
[in] fillMode
類型: FillMode
FillMode列舉的 元素,指定如何在曲線通過本身時填滿所建立的封閉區域。
[in] tension
類型: REAL
選擇性。 非負實數,指定曲線在通過點時,曲線彎曲的緊密程度。 值為 0 指定曲線是直線序列。 隨著值增加,曲線會變得更完整。 預設值為 0.5f。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其中一個其他元素。
需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusgraphics.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |