CompositionDrawingSurface.Resize(SizeInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Redimensionne la surface de dessin à la taille spécifiée.
public:
virtual void Resize(SizeInt32 sizePixels) = Resize;
void Resize(SizeInt32 const& sizePixels);
public void Resize(SizeInt32 sizePixels);
function resize(sizePixels)
Public Sub Resize (sizePixels As SizeInt32)
Paramètres
- sizePixels
- SizeInt32
Nouvelle taille en pixels pour la surface de dessin.