Click or drag to resize
DrawingOrientationImage Method
Rotate an Image object by defined orientation

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static Image OrientationImage(
	Image original,
	DrawingExifOrientations orientation
)

Parameters

original
Type: System.DrawingImage
Source image object
orientation
Type: ToolBooxDrawingExifOrientations
Orientation to process

Return Value

Type: Image
Return Image object
See Also