Cylindrize.VerticalOffset Property

Gets or sets a vertical 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 VerticalOffset { get; set; }

Property Value

The vertical offset of the bitmap on the cylinder.

Remarks

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

See Also

Reference