IOpenGLService::CopyToFrameBuffer

Use this method to copy a frame from the render frame back to the frame buffer. This function takes the view port height and width as input.

Compatibility

Cimatron 2026 or later

Syntax

void CopyToFrameBuffer(int iWidth, int iHeight);

def CopyToFrameBuffer(int iWidth, int iHeight)->None

Return Type

Return: void

 

   

Input Type

Input: int

iWidth―view port width 

Input: int

iHeight―view port height

Remarks

This method must be called after EndFrame.

Example