# CloudmersiveImageApiClient.DrawPolygonInstance

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**borderColor** | **String** | Border Color to use - can be a hex value (with #) or HTML common color name.  Transparent colors are supported. | [optional] 
**borderWidth** | **Number** | Width in pixels of the border.  Pass in 0 to draw a polygon with no border | [optional] 
**fillColor** | **String** | Fill Color to use - can be a hex value (with #) or HTML common color name.  Transparent colors are supported.  Leave blank to not fill the polygon. | [optional] 
**points** | [**[PolygonPoint]**](PolygonPoint.md) | Points (vertices) which comprise the polygon; valid polygons must have at least 3 points | [optional] 


