Share via


IDWriteBitmapRenderTarget::Resize Method

Resizes the bitmap.

Syntax

virtual HRESULT Resize(
  UINT32  width,
  UINT32  height
) = 0;

Parameter

  • width
    The new bitmap width, in pixels.

  • height
    The new bitmap height, in pixels.

Rückgabewert

Ist Methode erfolgreich, wird "S_OK" zurückgegeben. Andernfalls wird ein HRESULT-Fehlercode zurückgegeben.

Anforderungen

Mindestens unterstützter Client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista

Mindestens unterstützter Server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008

Header

Dwrite.h

Bibliothek

Dwrite.lib

DLL

Dwrite.dll

Siehe auch

IDWriteBitmapRenderTarget