Creates new Cylindrize class instance. You can set such transform parameters as slope angle, interpolation mode, cylinder and background color.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ slopeAngle As Single, _ cylinderColor As Color, _ backgroundColor As Color, _ interpolationMode As InterpolationMode _ )
public Cylindrize( float slopeAngle, Color cylinderColor, Color backgroundColor, InterpolationMode interpolationMode )
Type: System.Single
Slope angle of the cylinder. It can be changed later via SlopeAngle property.Type: Aurigma.GraphicsMill.Color
Cylinder color value. It can be changed later via CylinderColor property.Type: Aurigma.GraphicsMill.Color
Background color value. It can be changed later via BackgroundColor property.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used in the transform. It can be changed later via InterpolationMode property.