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

Cylindrize Constructor (Single)

Creates new Cylindrize class instance. You can specify slope angle here.

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

Syntax

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

Parameters

slopeAngle

Type: System.Single

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

See Also

Reference