←Select platform

FillPolygon Method

Summary

Fills the interior of a polygon using an array of Point and the specified brush.

Syntax

C#
VB
C++
public void FillPolygon( 
   Brush brush, 
   Point[] points 
) 
  
Public Sub FillPolygon( _ 
   ByVal brush As Brush, _ 
   ByVal points() As Point _ 
)  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly