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.
Cimatron 2026 or later
void CopyToFrameBuffer(int iWidth, int iHeight);
def CopyToFrameBuffer(int iWidth, int iHeight)->None
|
Return: void |
|
|
Input: int |
iWidth―view port width |
|
Input: int |
iHeight―view port height |
This method must be called after EndFrame.
