This documentation is for the old version. Go to the latest Graphics Mill docs

TransformsProvider.Cylindrize Method (Single)

Applies cylindrize transform (image is looking like bended on mug or any other cylindric surface).

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

Syntax

Visual Basic
Public Sub Cylindrize ( _
	slopeAngle As Single _
)
C#
public void Cylindrize(
	float slopeAngle
)

Parameters

slopeAngle

Type: System.Single

Slope angle of the cylinder.

Remarks

You can also use Cylindrize class to apply this transform.

Examples

Visual Basic
bitmap.Transforms.Cylindrize(20)
C#
bitmap.Transforms.Cylindrize(20);

See Also

Reference