GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / GetSkewAngle Method / GetSkewAngle(Int32) Method
GdPicture image identifier.





In This Topic
GetSkewAngle(Int32) Method
In This Topic
Determines the skew angle of an image in degrees.
Syntax
'Declaration
 
Public Overloads Function GetSkewAngle( _
   ByVal ImageID As Integer _
) As Single
public float GetSkewAngle( 
   int ImageID
)
public function GetSkewAngle( 
    ImageID: Integer
): Single; 
public function GetSkewAngle( 
   ImageID : int
) : float;
public: float GetSkewAngle( 
   int ImageID
) 
public:
float GetSkewAngle( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier.

Return Value

Image skew in degrees.
Remarks
Use the GetStat() method to determine if this method has succeeded.

This method requires the Image Documents component to run.

See Also