# CloudmersiveImageApiClient.DrawRectangleInstance

## 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 rectangle 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 rectangle. | [optional] 
**X** | **Number** | Pixel location of the left edge of the rectangle location | [optional] 
**Y** | **Number** | Pixel location of the top edge of the rectangle location | [optional] 
**width** | **Number** | Width in pixels of the rectangle | [optional] 
**height** | **Number** | Height in pixels of the rectangle | [optional] 


