Click or drag to resize

ZigZagTransform Constructor (Double, Int32, Boolean)

Creates a new instance of ZigZagTransform specifying maxOffsetPercent, periods, and topToBottom.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ZigZagTransform(
	double maxOffsetPercent,
	int periods,
	bool topToBottom
)

Parameters

maxOffsetPercent
Type: SystemDouble
Maximum offset percent for the wave.
periods
Type: SystemInt32
Number of periods in the wave.
topToBottom
Type: SystemBoolean
The wave moves from top to bottom instead of left to right.
Exceptions
ExceptionCondition
Thrown if maxOffsetPercent or periods is less than 0.
See Also