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)
Public Sub Cylindrize ( _ slopeAngle As Single, _ cylinderColor As Color, _ backgroundColor As Color, _ interpolationMode As InterpolationMode _ )
public void Cylindrize( float slopeAngle, Color cylinderColor, Color backgroundColor, InterpolationMode interpolationMode )
Type: System.Single
Slope angle of the cylinder.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used in the transform.