Click or drag to resize

FndRTLGraphics.FillRectangle Method (Brush, Rectangle)

Fills the interior of a rectangle specified by a System.Drawing.Rectangle structure.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public void FillRectangle(
	Brush brush,
	Rectangle rect
)

Parameters

brush
Type: System.Drawing.Brush
System.Drawing.Brush that determines the characteristics of the fill.
rect
Type: System.Drawing.Rectangle
System.Drawing.Rectangle structure that represents the rectangle to fill.
See Also