 | DrawingOrientationImage Method |
Rotate an Image object by defined orientation
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static Image OrientationImage(
Image original,
DrawingExifOrientations orientation
)
Public Shared Function OrientationImage (
original As Image,
orientation As DrawingExifOrientations
) As Image
Parameters
- original
- Type: System.DrawingImage
Source image object - orientation
- Type: ToolBooxDrawingExifOrientations
Orientation to process
Return Value
Type:
ImageReturn Image object
See Also