CheckScannerBase.DefineCropArea(Int32, Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Establishes one or more cropping areas that can be applied to a scanned image.
public override void DefineCropArea (int cropAreaId, int x, int y, int width, int height);
override this.DefineCropArea : int * int * int * int * int -> unit
Public Overrides Sub DefineCropArea (cropAreaId As Integer, x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
- cropAreaId
- Int32
The numeric identifier for the defined crop area.
- x
- Int32
The starting X-coordinate of the cropping area.
- y
- Int32
The starting Y-coordinate of the cropping area.
- width
- Int32
The value added to the X-coordinate in order to determine the X endpoint of the cropping area.
- height
- Int32
The value added to the Y-coordinate in order to determine the Y endpoint of the cropping area.