Floods a surface with the color.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
Parameters
- graphics
- Type: System.Drawing..::.Graphics
Graphics in which we will draw.
- color
- Type: System.Drawing..::.Color
A color.
- point
- Type: System.Drawing..::.Point
The coordinates of a starting point.
Remarks
The method fills a surface with the colorcolor
from a starting point point.
The color of the surface borders differences from the color of a starting point.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | graphics is nullNothingnullptra null reference (Nothing in Visual Basic). |