ICAMetalDrawable 接口

定义

为金属层上的显示缓冲区定义协议的接口。

[Foundation.Protocol(Name="CAMetalDrawable", WrapperType=typeof(CoreAnimation.CAMetalDrawableWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface ICAMetalDrawable : IDisposable, Metal.IMTLDrawable
type ICAMetalDrawable = interface
    interface INativeObject
    interface IDisposable
    interface IMTLDrawable
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
Layer

为金属层上的显示缓冲区定义协议的接口。

Texture

为金属层上的显示缓冲区定义协议的接口。

方法

Present()

为金属层上的显示缓冲区定义协议的接口。

(继承自 IMTLDrawable)
Present(Double)

为金属层上的显示缓冲区定义协议的接口。

(继承自 IMTLDrawable)

扩展方法

AddPresentedHandler(IMTLDrawable, Action<IMTLDrawable>)

导致提供的 block 在显示可绘制对象后运行。

GetDrawableID(IMTLDrawable)

返回标识可绘制对象的正整数。

GetPresentedTime(IMTLDrawable)

返回主机显示此可绘制对象的时间(以秒为单位)。

PresentAfter(IMTLDrawable, Double)

导致在呈现上一个可绘制对象的至少 duration 几秒钟后显示可绘制内容。

适用于