다음을 통해 공유


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의 지정된 수준에 있는 텍스처입니다.

적용 대상