'Declaration Public Shared Sub FindTilt( _ ByVal page As ImGearRasterPage, _ ByRef slopeX As Double, _ ByRef slopeY As Double, _ ByRef piston As Double _ )
'Usage Dim page As ImGearRasterPage Dim slopeX As Double Dim slopeY As Double Dim piston As Double ImGearRasterProcessing.FindTilt(page, slopeX, slopeY, piston)
public static void FindTilt( ImGearRasterPage page, out double slopeX, out double slopeY, out double piston )
Parameters
- page
- An ImageGear.Core.ImGearRasterPage class object to process.
- slopeX
- Returns the slope in the X direction of the tilt plane.
- slopeY
- Returns the slope in the Y direction of the tilt plane.
- piston
- Returns the piston of the tilt plane.