MDLTexture.WriteToUrl Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
WriteToUrl(NSUrl) |
Grava os dados de textura na URL especificada. |
WriteToUrl(NSUrl, nuint) | |
WriteToUrl(NSUrl, String) |
Grava os dados de textura na URL especificada. |
WriteToUrl(NSUrl, String, nuint) |
Grava os dados de textura na URL especificada.
[Foundation.Export("writeToURL:")]
public virtual bool WriteToUrl (Foundation.NSUrl url);
abstract member WriteToUrl : Foundation.NSUrl -> bool
override this.WriteToUrl : Foundation.NSUrl -> bool
Parâmetros
- url
- NSUrl
Retornos
- Atributos
Aplica-se a
[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
Parâmetros
- url
- NSUrl
- level
- System.System.UIntPtr System.unativeint
Retornos
- Atributos
Aplica-se a
Grava os dados de textura na URL especificada.
[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
Parâmetros
- url
- NSUrl
- type
- String
Retornos
- Atributos
Aplica-se a
[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
Parâmetros
- nsurl
- NSUrl
- type
- String
- level
- System.System.UIntPtr System.unativeint
Retornos
- Atributos