共用方式為


SetDpiCompensatedEffectInput 函式 (d2d1_1helper.h)

將點陣圖設定為效果輸入,同時插入 DPI 補償效果,以在裝置內容的 DPI 變更時保留視覺外觀。

語法

HRESULT SetDpiCompensatedEffectInput(
  [in]           ID2D1DeviceContext      *deviceContext,
  [in]           ID2D1Effect             *effect,
                 UINT32                  inputIndex,
  [in, optional] ID2D1Bitmap             *inputBitmap,
                 D2D1_INTERPOLATION_MODE interpolationMode,
                 D2D1_BORDER_MODE        borderMode
);

參數

[in] deviceContext

類型: ID2D1DeviceContext*

屬於效果建立者的裝置內容。

[in] effect

類型: ID2D1Effect*

函式會設定此效果的輸入。

inputIndex

類型: UINT32

要設定之輸入的索引。

[in, optional] inputBitmap

類型: ID2D1Bitmap*

輸入位圖。

interpolationMode

類型: D2D1_INTERPOLATION_MODE

DPI 補償效果的插補模式。

borderMode

類型: D2D1_BORDER_MODE

DPI 補償效果的框線模式。

傳回值

類型: HRESULT

如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 d2d1_1helper.h
程式庫 D2d1.lib
Dll D2d1.dll