VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebMatrixTransformCommandJS type / get_CropRect Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_CropRect Method
In This Topic
Gets the rectangle, in pixels, that defines how to crop image after transformation.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebMatrixTransformCommandJS();

var value; // Type: object
value = instance.get_CropRect();

Return Value

Rectangle. Default value is {x: 0, y: 0, width: 0, height: 0}.
Browser Compatibility
56+
45+
11
See Also