FillPolygon Method

Summary
Fills the interior of a polygon using an array of Point and the specified brush.
Syntax
C#
C++/CLI
public void FillPolygon( 
   Brush brush, 
   Point[] points 
) 
public: 
void FillPolygon(  
   Brush^ brush, 
   array<Point>^ points 
)  

Parameters

brush
The brush used to fill the polygon's interior.

points
Array of Point structures that represent the vertices of the polygon.

Remarks

This method fills the interior of a polygon with the specified brush.

Requirements

Target Platforms

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.