 | DrawingImageOrientation Method |
Get the current orientation of an image
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static DrawingExifOrientations ImageOrientation(
Image img
)
Public Shared Function ImageOrientation (
img As Image
) As DrawingExifOrientations
Parameters
- img
- Type: System.DrawingImage
Source image object
Return Value
Type:
DrawingExifOrientationsOrrientation information
See Also