Click or drag to resize
DrawingRotateImage Method
Rotate an Image object by degree, with scaling

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static Image RotateImage(
	Image inputImg,
	double degreeAngle,
	float scaleX,
	float scaleY
)

Parameters

inputImg
Type: System.DrawingImage
Source image object
degreeAngle
Type: SystemDouble
Degree value
scaleX
Type: SystemSingle
Scale X value
scaleY
Type: SystemSingle
Scale Y value

Return Value

Type: Image
Return Image object
See Also