AngleSwapChainPanel.OnRenderFrame(Rect) 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.
Called when a frame should be rendered.
protected virtual void OnRenderFrame(Windows.Foundation.Rect rect);
Parameters
- rect
- Rect
The rectangle defining the render area dimensions in pixels.
Remarks
Override this method to perform OpenGL rendering operations.