IMTLDrawable.PresentAfter(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes the drawable to be presented at least duration seconds after the previous drawable has been presented.
[Foundation.Export("presentAfterMinimumDuration:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PresentAfter(double duration);
[<Foundation.Export("presentAfterMinimumDuration:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentAfter : double -> unit
override this.PresentAfter : double -> unit
Parameters
- duration
- Double
The minimum time after which to display the drawable.
- Attributes