Click or drag to resize

OffsetTransform Constructor (Point, OffsetTransformMode)

Creates a new instance of OffsetTransform specifying offset and offsetMode.

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 OffsetTransform(
	Point offset,
	OffsetTransformMode offsetMode
)

Parameters

offset
Type: System.DrawingPoint
The new left, top position for the image.
offsetMode
Type: Atalasoft.Imaging.ImageProcessing.TransformsOffsetTransformMode
Style of OffsetTransformMode to perform.
See Also