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

Cylindrize.VerticalOffset Property

Gets/sets vertical offset of the bitmap relatively top left corner of the visible part of the cylinder.

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

Syntax

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

Property Value

Vertical offset of the bitmap on the cylinder.

Remarks

If you specify negative offset, the image will be shifted up on cylinder and part of the image will be invisible. Positive offset will shift the image down. Empty space between the top edge of bitmap and edge of the visible part of cylinder will be filled with CylinderColor.

See Also

Reference