Cylindrize.CylinderHalfPerimeter Property

Gets or sets a half-perimeter of the cylinder (i.e. length of the surface visible to user).

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

Syntax

C#
public int CylinderHalfPerimeter { get; set; }

Property Value

A half-perimeter of the cylinder. The default value is -1.

Remarks

If this property is -1, the width of the bitmap will be taken. If you want entire image to fit on the visible part of cylinder, you should resize the bitmap first to make its width equal to cylinder half-perimeter.

See Also

Reference