Share via


CompositionMipmapSurface.GetDrawingSurfaceForLevel(UInt32) 方法

定義

擷取 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

參數

level
UInt32

unsigned int

uint32_t

要從中擷取紋理的層級。

傳回

Mipmap 指定層級的紋理。

適用於