AddTilt(ImGearRasterPage,Double,Double) Method
In This Topic
Adds a specified plane to the input image to correct for a tilt in the image luminance.
Syntax
'Declaration
Public Shared Sub AddTilt( _
ByVal As ImGearRasterPage, _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim page As ImGearRasterPage
Dim slopeX As Double
Dim slopeY As Double
ImGearRasterProcessing.AddTilt(page, slopeX, slopeY)
public static void AddTilt(
ImGearRasterPage ,
double ,
double
)
public: static void AddTilt(
ImGearRasterPage* ,
double ,
double
)
public:
static void AddTilt(
ImGearRasterPage^ ,
double ,
double
)
Parameters
- page
- An ImageGear.Core.ImGearRasterPage class object to process.
- slopeX
- Specifies the slope of the plane in X direction, in units per pixel.
- slopeY
- Specifies the slope of the plane in Y direction, in units per pixel.
Example
See Also