Transform2DRotate Method (Image, Angle, Interpolation)

CVB.Net Documentation
Rotate the input image by the given angle.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Image Rotate(
	Image image,
	Angle angle,
	Interpolation interpolation
)

Parameters

image
Type: Stemmer.CvbImage
Image to rotate.
angle
Type: Stemmer.CvbAngle
Angle by which it is to be rotated.
interpolation
Type: Stemmer.Cvb.FoundationInterpolation
Interpolation to use (may be Linear or Cubic).

Return Value

Type: Image
Rotated image.
See Also

Reference