Click or drag to resize

SpinTransform Constructor (Double, Double, Point, Color)

Creates a new instance of SpinTransform specifying maxRadius, maxAngleOffset, offset 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 SpinTransform(
	double maxRadius,
	double maxAngleOffset,
	Point offset,
	Color backColor
)

Parameters

maxRadius
Type: SystemDouble
Maximum distance from the center for this effect.
maxAngleOffset
Type: SystemDouble
Angular distance to spin pixels. (degrees)
offset
Type: System.DrawingPoint
The offset position from the center of the image.
backColor
Type: System.DrawingColor
The background color to use for newly uncovered areas of the image.
Exceptions
ExceptionCondition
Thrown if the maxRadius or maxAngleOffset is less than 0.
See Also