Click or drag to resize

IBitmapImageRotate Method (Double, Interpolation)

Rotates image by angle expressed as degrees.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage Rotate(
	double angle,
	Interpolation interpolation
)

Parameters

angle
Type: SystemDouble
-360 <= angle <= 360
interpolation
Type: CohesiveComputing.ImagingInterpolation
Interpolation type.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionangle
See Also