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

Cylindrize.CylinderHalfPerimeter Property

Gets/sets 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

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

Property Value

Positive number specifying half-perimeter of the cylinder. You can also specify -1. In this case width of the bitmap will be taken.

Remarks

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.

Default value is -1.

See Also

Reference