The brush
The list of points defining the closed polygon, where X,Y coordinates in clockwise direction
FillPolygon Method (RenderContextBase)
Fills a polygon on the IRenderSurface2D using the specifie IBrush2D
Syntax
public virtual void FillPolygon( 
   IBrush2D brush,
   IEnumerable<Point> points
)

Parameters

brush
The brush
points
The list of points defining the closed polygon, where X,Y coordinates in clockwise direction
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also