Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

FillPolygon Method






The brush used to fill the polygon's interior.
Array of Point structures that represent the vertices of the polygon.
Fills the interior of a polygon using an array of Point and the specified brush.
Syntax
public void FillPolygon( 
   Brush brush,
   Point[] points
)
'Declaration
 
Public Sub FillPolygon( _
   ByVal brush As Brush, _
   ByVal points() As Point _
) 
'Usage
 
Dim instance As D2DSurface
Dim brush As Brush
Dim points() As Point
 
instance.FillPolygon(brush, 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

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file