CompositionMipmapSurface.GetDrawingSurfaceForLevel(UInt32) Method

Definition

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.

Applies to