ID2D1CommandSink::D rawGeometry 方法 (d2d1_1.h)
指出要繪製至命令接收的幾何。
語法
HRESULT DrawGeometry(
[in] ID2D1Geometry *geometry,
[in] ID2D1Brush *brush,
FLOAT strokeWidth,
[in, optional] ID2D1StrokeStyle *strokeStyle
);
參數
[in] geometry
類型: ID2D1Geometry *
要筆劃的幾何。
[in] brush
類型: ID2D1Brush*
將用來填滿筆劃幾何的筆刷。
strokeWidth
類型: FLOAT
筆劃的寬度。
[in, optional] strokeStyle
類型: ID2D1StrokeStyle*
筆劃的樣式。
傳回值
類型: HRESULT
HRESULT。
備註
橢圓 形和 圓角矩形 會轉換成對應的橢圓形和圓角矩形幾何,再呼叫 DrawGeometry 方法。
規格需求
最低支援的用戶端 | 適用于 Windows 7 的 Windows 8 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | 適用于 Windows Server 2008 R2 的 Windows Server 2012 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | d2d1_1.h |
Dll | D2d1.dll |