MDLTexture.WriteToUrl Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WriteToUrl(NSUrl) |
Écrit les données de texture dans l’URL spécifiée. |
WriteToUrl(NSUrl, nuint) | |
WriteToUrl(NSUrl, String) |
Écrit les données de texture dans l’URL spécifiée. |
WriteToUrl(NSUrl, String, nuint) |
WriteToUrl(NSUrl)
Écrit les données de texture dans l’URL spécifiée.
[Foundation.Export("writeToURL:")]
public virtual bool WriteToUrl (Foundation.NSUrl url);
abstract member WriteToUrl : Foundation.NSUrl -> bool
override this.WriteToUrl : Foundation.NSUrl -> bool
Paramètres
- url
- NSUrl
Retours
- Attributs
S’applique à
WriteToUrl(NSUrl, nuint)
[Foundation.Export("writeToURL:level:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool WriteToUrl (Foundation.NSUrl url, nuint level);
abstract member WriteToUrl : Foundation.NSUrl * nuint -> bool
override this.WriteToUrl : Foundation.NSUrl * nuint -> bool
Paramètres
- url
- NSUrl
- level
- System.System.UIntPtr System.unativeint
Retours
- Attributs
S’applique à
WriteToUrl(NSUrl, String)
Écrit les données de texture dans l’URL spécifiée.
[Foundation.Export("writeToURL:type:")]
public virtual bool WriteToUrl (Foundation.NSUrl url, string type);
abstract member WriteToUrl : Foundation.NSUrl * string -> bool
override this.WriteToUrl : Foundation.NSUrl * string -> bool
Paramètres
- url
- NSUrl
- type
- String
Retours
- Attributs
S’applique à
WriteToUrl(NSUrl, String, nuint)
[Foundation.Export("writeToURL:type:level:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool WriteToUrl (Foundation.NSUrl nsurl, string type, nuint level);
abstract member WriteToUrl : Foundation.NSUrl * string * nuint -> bool
override this.WriteToUrl : Foundation.NSUrl * string * nuint -> bool
Paramètres
- nsurl
- NSUrl
- type
- String
- level
- System.System.UIntPtr System.unativeint
Retours
- Attributs