In This Topic
Sets an image region, which should be processed by the image processing command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebSepiaCommandJS(successFunc, errorFunc);
var value; // Type: any
// Parameters
var x; // Type: number
var y; // Type: number
var w; // Type: number
var h; // Type: number
value = instance.set_Region(x, y, w, h);
function set_Region(
: number,
: number,
: number,
: number
) : any;
Parameters
- x
- Coordinate of the left top corner of the rectangular region of interest.
- y
- Coordinate of the left top corner of the rectangular region of interest.
- w
- Width of the rectangular region of interest.
- h
- Height of the rectangular region of interest.
Browser Compatibility
See Also