ICAMetalDrawable 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为金属层上的显示缓冲区定义协议的接口。
[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>) |
导致提供的 |
GetDrawableID(IMTLDrawable) |
返回标识可绘制对象的正整数。 |
GetPresentedTime(IMTLDrawable) |
返回主机显示此可绘制对象的时间(以秒为单位)。 |
PresentAfter(IMTLDrawable, Double) |
导致在呈现上一个可绘制对象的至少 |