Device::Clear Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Clears the viewport or a set of rectangles in the viewport to a specified RGBA color, clears the depth buffer, and erases the stencil buffer.

  Name Description
Public method Supported by the .NET Compact Framework Clear(ClearFlags, Color, Single, Int32) Clears the viewport or a set of rectangles in the viewport to a specified RGBA color, clears the depth buffer, and erases the stencil buffer.
Public method Supported by the .NET Compact Framework Clear(ClearFlags, Int32, Single, Int32) Clears the viewport or a set of rectangles in the viewport to a specified RGBA color, clears the depth buffer, and erases the stencil buffer.
Public method Supported by the .NET Compact Framework Clear(ClearFlags, Color, Single, Int32, array<Rectangle>) Clears the viewport or a set of rectangles in the viewport to a specified RGBA color, clears the depth buffer, and erases the stencil buffer.
Top

Exception Condition
InvalidCallException

The method call is invalid. For example, a parameter might contain an invalid value.

Show: