Cylindrize.SlopeAngle Property

Gets or sets a slope angle of the cylinder.

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

Syntax

C#
public float SlopeAngle { get; set; }

Property Value

A slope angle of the cylinder. The default value is 5.

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.

See Also

Reference