Transform2DRotate Method (Image, Angle)

CVB.Net Documentation
Rotate the input image by the given angle using Linear interpolation.

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
)

Parameters

image
Type: Stemmer.CvbImage
Image to rotate.
angle
Type: Stemmer.CvbAngle
Angle by which it is to be rotated.

Return Value

Type: Image
Rotated image.
See Also

Reference