TransformsProvider.Cylindrize Method (Single)

Applies a cylindrize transformation on the bitmap using the specified slop angle.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Cylindrize(
	float slopeAngle
)

Parameters

slopeAngle

Type: System.Single

A slope angle of the cylinder.

Remarks

This method is useful if you need to emulate the image to be bended on the cylinder surface, for example, mug.

See Also

Reference