CompositionMipmapSurface.GetDrawingSurfaceForLevel(UInt32) 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.
Récupère la texture au niveau spécifié du mipmap.
public:
virtual CompositionDrawingSurface ^ GetDrawingSurfaceForLevel(unsigned int level) = GetDrawingSurfaceForLevel;
CompositionDrawingSurface GetDrawingSurfaceForLevel(uint32_t const& level);
public CompositionDrawingSurface GetDrawingSurfaceForLevel(uint level);
function getDrawingSurfaceForLevel(level)
Public Function GetDrawingSurfaceForLevel (level As UInteger) As CompositionDrawingSurface
Paramètres
- level
-
UInt32
unsigned int
uint32_t
Niveau à partir duquel récupérer la texture.
Retours
Texture au niveau spécifié du mipmap.