Click or drag to resize

OffsetTransform Constructor (Point, OffsetTransformMode, InterpolationMode, Color)

Creates a new instance of OffsetTransform specifying offset, offsetMode, transformMode and backColor.

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,
	InterpolationMode transformMode,
	Color backColor
)

Parameters

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

The InterpolationMode used for this transform.

backColor
Type: System.DrawingColor
The background color to use on newly uncovered areas of the image.
See Also