MDLTexture.WriteToUrl Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
WriteToUrl(NSUrl) |
Schreibt die Texturdaten in die angegebene URL. |
WriteToUrl(NSUrl, nuint) | |
WriteToUrl(NSUrl, String) |
Schreibt die Texturdaten in die angegebene URL. |
WriteToUrl(NSUrl, String, nuint) |
WriteToUrl(NSUrl)
Schreibt die Texturdaten in die angegebene URL.
[Foundation.Export("writeToURL:")]
public virtual bool WriteToUrl (Foundation.NSUrl url);
abstract member WriteToUrl : Foundation.NSUrl -> bool
override this.WriteToUrl : Foundation.NSUrl -> bool
Parameter
- url
- NSUrl
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- url
- NSUrl
- level
- System.System.UIntPtr System.unativeint
Gibt zurück
- Attribute
Gilt für:
WriteToUrl(NSUrl, String)
Schreibt die Texturdaten in die angegebene URL.
[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
Parameter
- url
- NSUrl
- type
- String
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- nsurl
- NSUrl
- type
- String
- level
- System.System.UIntPtr System.unativeint
Gibt zurück
- Attribute