Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
void Fill(
Appearance appearance,
Rectangle gradientBounds,
Rectangle drawBounds,
Graphics graphics
) |
Visual Basic |
---|
Sub Fill (
appearance As Appearance,
gradientBounds As Rectangle,
drawBounds As Rectangle,
graphics As Graphics
) |
Visual C++ |
---|
void Fill(
Appearance^ appearance,
Rectangle gradientBounds,
Rectangle drawBounds,
Graphics^ graphics
) |
F# |
---|
abstract Fill :
appearance : Appearance *
gradientBounds : Rectangle *
drawBounds : Rectangle *
graphics : Graphics -> unit
|
Parameters
- appearance
- Type: Dapfor.Net.Ui..::..Appearance
The appearance.
- gradientBounds
- Type: System.Drawing..::..Rectangle
Specifies the bounds of the linear gradient.
- drawBounds
- Type: System.Drawing..::..Rectangle
Specifies the rectangle to fill.
- graphics
- Type: System.Drawing..::..Graphics
The graphics.
See Also