Class Scew
Inheritance
System.Object
Scew
Assembly: IronOcr.dll
Syntax
public sealed class Scew : ValueType
Constructors
Scew(Single, Single)
Declaration
public Scew(float angle, float confidence)
Parameters
Type |
Name |
Description |
System.Single |
angle |
|
System.Single |
confidence |
|
Properties
Angle
Declaration
public float Angle { get; }
Property Value
Type |
Description |
System.Single |
|
Confidence
Declaration
public float Confidence { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
Equals(Scew)
Declaration
public bool Equals(Scew other)
Parameters
Type |
Name |
Description |
Scew |
other |
|
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Operators
Equality(Scew, Scew)
Declaration
public static bool operator ==(Scew lhs, Scew rhs)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(Scew, Scew)
Declaration
public static bool operator !=(Scew lhs, Scew rhs)
Parameters
Returns
Type |
Description |
System.Boolean |
|