MTLDrawable.Present 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.
Overloads
Present() | |
Present(Double) |
Present()
[Foundation.Export("present")]
public abstract void Present ();
abstract member Present : unit -> unit
Implements
- Attributes
Applies to
Present(Double)
[Foundation.Export("presentAtTime:")]
public abstract void Present (double presentationTime);
abstract member Present : double -> unit
Parameters
- presentationTime
- Double
Implements
- Attributes