Click or drag to resize

UserTransformData Constructor (PointF, PointF)

Initializes a new instance of UserTransformData specifying the to and from points.

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 UserTransformData(
	PointF currentPixel,
	PointF fromPixel
)

Parameters

currentPixel
Type: System.DrawingPointF
The current pixel to transform.
fromPixel
Type: System.DrawingPointF
The value which the pixel which should move to the current pixel.
See Also