ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > AddTilt Method |
Adds a specified plane to the input image to correct for a tilt in the image luminance. The plane has X and Y zero crossing at the center of the input image with dSlopeX and dSlopeY as specified in the arguments.
This method takes into account the ROI settings of pPage object, that are accessible via the IGPage.ROI property. By default ROI is set to the entire image.
AddTilt(pPage As IGPage, slopeX As Double, slopeY As Double);
Name | Description |
---|---|
pPage | IGPage Object to which the tilt is added. |
slopeX | Specify the slope of the plane in X direction, in units per pixel. |
slopeY | Specify the slope of the plane in X direction, in units per pixel. |
N/A
8, 16, or 32bit grayscale images with one channel
Image Processing and Effects