'Declaration Public Sub DetectSkew( _ ByRef slope As Integer, _ ByRef orientation As ImGearRecOrientationMode _ )
'Usage Dim instance As ImGearRecImage Dim slope As Integer Dim orientation As ImGearRecOrientationMode instance.DetectSkew(slope, orientation)
public void DetectSkew( out int slope, out ImGearRecOrientationMode orientation )
public: void DetectSkew( [PARAMFLAG::Out] int slope, [PARAMFLAG::Out] ImGearRecOrientationMode orientation )
public: void DetectSkew( [Out] int slope, [Out] ImGearRecOrientationMode orientation )
Parameters
- slope
- Variable to receive detected skew of the image.
- orientation
- Variable to receive detected orientation of the image.