Click or drag to resize
ImageHelperGetRotatedImage Method
Rotates image by specified angle.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public Image GetRotatedImage(
	ImageHelperImageRotationEnum rotation
)

Parameters

rotation
Type: CMS.HelpersImageHelperImageRotationEnum
Rotation angle enumeration

Return Value

Type: Image
See Also