xamarinmac
namespace MetalKit
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Register("MTKTextureLoader", true)]
public class MTKTextureLoader : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("newTextureWithName:scaleFactor:displayGamut:bundle:options:completionHandler:")]
[Introduced(PlatformName.MacOSX, 10, 12, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public virtual void FromName(string! name, nfloat scaleFactor, NSDisplayGamut displayGamut, NSBundle? bundle, NSDictionary? options, [BlockProxy(typeof(NIDMTKTextureLoaderCallback))] MTKTextureLoaderCallback! completionHandler);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |