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

Cylindrize Constructor (Single, Color, Color, InterpolationMode)

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)

Syntax

Visual Basic
Public Sub New ( _
	slopeAngle As Single, _
	cylinderColor As Color, _
	backgroundColor As Color, _
	interpolationMode As InterpolationMode _
)
C#
public Cylindrize(
	float slopeAngle,
	Color cylinderColor,
	Color backgroundColor,
	InterpolationMode interpolationMode
)

Parameters

slopeAngle

Type: System.Single

Slope angle of the cylinder. It can be changed later via SlopeAngle property.
cylinderColor

Type: Aurigma.GraphicsMill.Color

Cylinder color value. It can be changed later via CylinderColor property.
backgroundColor

Type: Aurigma.GraphicsMill.Color

Background color value. It can be changed later via BackgroundColor property.
interpolationMode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

InterpolationMode value specifying interpolation algorithm used in the transform. It can be changed later via InterpolationMode property.

See Also

Reference