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 _
)
public void Cylindrize(
float slopeAngle
)
Type: System.Single
Slope angle of the cylinder.bitmap.Transforms.Cylindrize(20)
bitmap.Transforms.Cylindrize(20);