Cylindrize.HorizontalOffset Property

Gets or sets a horizontal offset of the bitmap relatively to the upper-left corner of the visible part of the cylinder.

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

Syntax

C#
public int HorizontalOffset { get; set; }

Property Value

The horizontal offset of the bitmap on the cylinder.

Remarks

If the offset is negative, 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 CupColor.

See Also

Reference