CompositionMipmapSurface.GetDrawingSurfaceForLevel(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 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 指定層級的紋理。