Device.ColorFill Method
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
)
public function ColorFill(
surface : Surface,
rectangle : Rectangle,
color : Color
)
Parameters
surface
Type: Microsoft.WindowsMobile.DirectX.Direct3D.SurfaceA surface to be filled.
rectangle
Type: System.Drawing.RectangleA source Rectangle. To fill the entire surface, specify nulla null reference (Nothing in Visual Basic).
color
Type: System.Drawing.ColorA color used for filling.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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