AJE Components
ImageFunctions RotateImage Method (Image, Single)AJE Data Report Engine Help
Creates a new Image containing the same image only rotated

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public static Bitmap RotateImage(
	Image Image,
	float Angle
)

Return Value

Type: OnlineBitmap
A new OnlineBitmap of the same size rotated.
Exceptions

See Also