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

Cylindrize.HorizontalOffset Property

Gets/sets horizontal 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 HorizontalOffset As Single
C#
public float HorizontalOffset { get; set; }

Property Value

Horizontal offset of the bitmap on the cylinder.

Remarks

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

See Also

Reference