Fills the rectangle with a specified color.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
void Fill(
Color color,
Rectangle bounds,
Graphics graphics
) |
Visual Basic |
---|
Sub Fill (
color As Color,
bounds As Rectangle,
graphics As Graphics
) |
Visual C++ |
---|
void Fill(
Color color,
Rectangle bounds,
Graphics^ graphics
) |
F# |
---|
abstract Fill :
color : Color *
bounds : Rectangle *
graphics : Graphics -> unit
|
Parameters
- color
- Type: System.Drawing..::..Color
The color.
- bounds
- Type: System.Drawing..::..Rectangle
The bounds of the rectangle.
- graphics
- Type: System.Drawing..::..Graphics
The graphics.
See Also