Gets the rectangle, in pixels, that defines how to crop image after transformation.
var instance = new Vintasoft.Imaging.ImageProcessing.WebMatrixTransformCommandJS();
var value; // Type: object
value = instance.get_CropRect();
function get_CropRect() : object;
Return Value
Rectangle. Default value is {x: 0, y: 0, width: 0, height: 0}.