In This Topic
Sets the cell size.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebPixelateCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_CellSize(value);
function set_CellSize(
: number
) : any;
Parameters
- value
- Cell size. Valid values are 2 to 100. Default value is 5.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also