Méthode ICompositionDrawingSurfaceInterop::Resize (windows.ui.composition.interop.h)

Modifie la taille de la surface.

Syntaxe

HRESULT Resize(
  [in] SIZE sizePixels
);

Paramètres

[in] sizePixels

Type : SIZE

Largeur et hauteur de la surface en pixels.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Configuration requise

   
Plateforme cible Windows
En-tête windows.ui.composition.interop.h

Voir aussi

ICompositionDrawingSurfaceInterop