IDWriteBitmapRenderTarget::Resize-Methode (dwrite.h)
Ändert die Größe der Bitmap.
Syntax
HRESULT Resize(
UINT32 width,
UINT32 height
);
Parameter
width
Typ: UINT32
Die neue Bitmapbreite in Pixel.
height
Typ: UINT32
Die neue Bitmaphöhe in Pixel.
Rückgabewert
Typ: HRESULT
Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Zielplattform | Windows |
Kopfzeile | dwrite.h |
Bibliothek | Dwrite.lib |
DLL | Dwrite.dll |