FndRTLGraphics.FillRegion Method |
Fills the interior of a System.Drawing.Region.
Namespace:
Ifs.Fnd.Core
Assembly:
Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic void FillRegion(
Brush brush,
Region region
)
Parameters
- brush
- Type: System.Drawing.Brush
System.Drawing.Brush that determines the characteristics of the fill. - region
- Type: System.Drawing.Region
System.Drawing.Region that represents the area to fill.
See Also