Share via


MDLTexture.WriteToUrl Method

Definition

Overloads

Name Description
WriteToUrl(NSUrl)

Writes the texture data to the specified URL.

WriteToUrl(NSUrl, String)

Writes the texture data to the specified URL.

WriteToUrl(NSUrl, UIntPtr)
WriteToUrl(NSUrl, String, UIntPtr)

WriteToUrl(NSUrl)

Writes the texture data to the specified URL.

[Foundation.Export("writeToURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WriteToUrl(Foundation.NSUrl url);
[<Foundation.Export("writeToURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteToUrl : Foundation.NSUrl -> bool
override this.WriteToUrl : Foundation.NSUrl -> bool

Parameters

url
NSUrl

Returns

Attributes

Applies to

WriteToUrl(NSUrl, String)

Writes the texture data to the specified URL.

[Foundation.Export("writeToURL:type:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WriteToUrl(Foundation.NSUrl url, string type);
[<Foundation.Export("writeToURL:type:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteToUrl : Foundation.NSUrl * string -> bool
override this.WriteToUrl : Foundation.NSUrl * string -> bool

Parameters

url
NSUrl
type
String

Returns

Attributes

Applies to

WriteToUrl(NSUrl, UIntPtr)

[Foundation.Export("writeToURL:level:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WriteToUrl(Foundation.NSUrl url, UIntPtr level);
[<Foundation.Export("writeToURL:level:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteToUrl : Foundation.NSUrl * unativeint -> bool
override this.WriteToUrl : Foundation.NSUrl * unativeint -> bool

Parameters

url
NSUrl
level
UIntPtr

unativeint

Returns

Attributes

Applies to

WriteToUrl(NSUrl, String, UIntPtr)

[Foundation.Export("writeToURL:type:level:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WriteToUrl(Foundation.NSUrl nsurl, string type, UIntPtr level);
[<Foundation.Export("writeToURL:type:level:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteToUrl : Foundation.NSUrl * string * unativeint -> bool
override this.WriteToUrl : Foundation.NSUrl * string * unativeint -> bool

Parameters

nsurl
NSUrl
type
String
level
UIntPtr

unativeint

Returns

Attributes

Applies to