Method DrawPolygonWithClipping
DrawPolygonWithClipping<TColor>(Image<TColor, byte>, PointF[], TColor, int)
Declaration
public static void DrawPolygonWithClipping<TColor>(this Image<TColor, byte> image, PointF[] polygonPoints, TColor color, int thickness) where TColor : struct, IColor
Parameters
Type | Name | Description |
---|---|---|
Image<TColor, byte> | image | |
PointF[] | polygonPoints | |
TColor | color | |
int | thickness |
Type Parameters
Name | Description |
---|---|
TColor |