CompositionMipmapSurface.GetDrawingSurfaceForLevel(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the texture at the specified level of the 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
Parameters
- level
-
UInt32
unsigned int
uint32_t
The level from which to retrieve the texture.
Returns
The texture at the specified level of the mipmap.