RenderToSurface.BeginScene Method ()

Begins a scene.

Overload List

public void BeginScene(Surface);
public void BeginScene(Surface, Viewport);

Remarks

Exceptions

InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
InvalidDataException The data is invalid.
OutOfVideoMemoryException Microsoft Direct3D does not have enough display memory to perform the operation.
OutOfMemoryExceptionLeave Site Direct3D could not allocate sufficient memory to complete the call.

See Also