CustomLineCap::CustomLineCap (GpCustomLineCap*,Status) 方法 (gdiplusheaders.h)
建立 CustomLineCap::CustomLineCap 物件。
語法
void CustomLineCap(
GpCustomLineCap *nativeCapArg,
Status status
);
參數
nativeCapArg
status
TBD
傳回值
無
備註
fillPath 和 strokePath 參數不能同時使用。 您應該將 NULL 傳遞至這兩個參數的其中一個。 如果您將非 Null 值傳遞至這兩個參數,則會忽略 fillPath 。
CustomLineCap::CustomLineCap 類別會使用繞邊填滿模式,不論針對傳遞至 CustomLineCap::CustomLineCap 建構函式之 GraphicsPath 物件所設定的填滿模式為何。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |