CARenderer.BeginFrame 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
BeginFrame(Double) | |
BeginFrame(Double, CVTimeStamp) |
BeginFrame(Double)
public void BeginFrame (double timeInSeconds);
member this.BeginFrame : double -> unit
Parameters
- timeInSeconds
- Double
Applies to
BeginFrame(Double, CVTimeStamp)
[Foundation.Export("beginFrameAtTime:timeStamp:")]
public virtual void BeginFrame (double timeInSeconds, ref CoreVideo.CVTimeStamp ts);
abstract member BeginFrame : double * -> unit
override this.BeginFrame : double * -> unit
Parameters
- timeInSeconds
- Double
- ts
- CVTimeStamp
- Attributes