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

Cylindrize.SlopeAngle Property

Gets/sets a slope angle of the cylinder.

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

Syntax

Visual Basic
Public Property SlopeAngle As Single
C#
public float SlopeAngle { get; set; }

Property Value

Slope angle of the cylinder.

Remarks

It is often you need to bend the image on the cylindric surface like a mug, which is slightly tilted toward to user. It happens when objective of the camera shooting the mug is higher than mug. In this case you should estimate the angle of the slope and set it to this property to obtain more realistic result.

Default value is 5.

See Also

Reference