Click or drag to resize

FndRTLGraphics.FillEllipse Method

Fills the interior of an ellipse defined by a bounding 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 FillEllipse(
	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 bounding rectangle that defines the ellipse.
See Also