Click or drag to resize

FndRTLGraphics.FillPolygon Method

Fills the interior of a polygon defined by an array of points specified by System.Drawing.Point structures.

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 FillPolygon(
	Brush brush,
	Point[] points
)

Parameters

brush
Type: System.Drawing.Brush
System.Drawing.Brush that determines the characteristics of the fill.
points
Type:System.Drawing.Point[]
Array of System.Drawing.Point structures that represent the vertices of the polygon to fill.
See Also