C# 클래스 Mapsui.Rendering.OpenTK.PlatformTextureLoader

This class is specific for the iOS platform
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
TexImage2D ( Stream textureData, int &width, int &height ) : void

메소드 상세

TexImage2D() 공개 정적인 메소드

public static TexImage2D ( Stream textureData, int &width, int &height ) : void
textureData Stream
width int
height int
리턴 void