Click or drag to resize

RippleTransformAddToChain Method

Adds this transform to the transforms chain.

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 override void AddToChain(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width of the image to process.
height
Type: SystemInt32
The height of the image to process.
See Also