Documentation > CMS Template API Library > LassoParams
CrownPeak.CMSAPI.LassoParams
Encapsulates a set of parameters used with image manipulation such as scaling and croping.
Name | Description | Type |
---|---|---|
BoxHeight | The height of the box. |
Property |
BoxLeft | The x coordinate of the left side of the box. |
Property |
BoxTop | The y coordinate of the top of the box. |
Property |
BoxWidth | The width of the box. |
Property |
ScaleHeight | The value with which to scale the height. |
Property |
ScaleWidth | The value with which to scale the width. |
Property |
ThumbnailField | The name of the field to store the cropped image. |
Property |