Device.ColorFill Method

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

Allows an application to fill a rectangular area with a specified color.

Namespace:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Syntax

'Declaration
Public Sub ColorFill ( _
    surface As Surface, _
    rectangle As Rectangle, _
    color As Color _
)
'Usage
Dim instance As Device
Dim surface As Surface
Dim rectangle As Rectangle
Dim color As Color

instance.ColorFill(surface, rectangle, _
    color)
public void ColorFill(
    Surface surface,
    Rectangle rectangle,
    Color color
)
public:
void ColorFill(
    Surface^ surface, 
    Rectangle rectangle, 
    Color color
)
member ColorFill : 
        surface:Surface * 
        rectangle:Rectangle * 
        color:Color -> unit 

Parameters

Exceptions

Exception Condition
InvalidCallException

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

Remarks

This method can be applied only to a render target, a render-target texture surface, or an off-screen plain surface.

ColorFill works with all formats. However, when using a reference or a software device, only the following formats are supported:

.NET Framework Security

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

Device Class

Device Members

Microsoft.WindowsMobile.DirectX.Direct3D Namespace