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

Texturize.VerticalIntersection Property

Gets/sets how much percents of image are overlapped vertically (at single side).

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

Syntax

Visual Basic
Public Property VerticalIntersection As Integer
C#
public int VerticalIntersection { get; set; }

Property Value

Value that specifies how much percents of image are overlapped vertically (at single side).

Remarks

Valid values for this property are in range [0, 50].

Default value is 20.

See Also

Reference