C# Class Mapsui.Rendering.OpenTK.PlatformTextureLoader

This class is specific for the iOS platform
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
TexImage2D ( Stream textureData, int &width, int &height ) : void

Method Details

TexImage2D() public static méthode

public static TexImage2D ( Stream textureData, int &width, int &height ) : void
textureData Stream
width int
height int
Résultat void