共用方式為


ID2D1CommandSink::D rawRectangle 方法 (d2d1_1.h)

繪製矩形。

語法

HRESULT DrawRectangle(
  [in]           const D2D1_RECT_F *rect,
  [in]           ID2D1Brush        *brush,
                 FLOAT             strokeWidth,
  [in, optional] ID2D1StrokeStyle  *strokeStyle
);

參數

[in] rect

類型: const D2D1_RECT_F*

要繪製至命令接收器的矩形。

[in] brush

類型: ID2D1Brush*

用來繪製幾何的筆刷。

strokeWidth

類型: FLOAT

筆劃的寬度。

[in, optional] strokeStyle

類型: ID2D1StrokeStyle*

筆劃的樣式。

傳回值

類型: HRESULT

如果方法成功,則會傳回 S_OK。 如果失敗,則會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 適用於 Windows 7 的 Windows 8 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 適用於 Windows Server 2008 R2 的 Windows Server 2012 和平臺更新 [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 d2d1_1.h
Dll D2d1.dll

另請參閱

ID2D1CommandList::Stream

ID2D1CommandSink

ID2D1RenderTarget::D rawRectangle