Click or drag to resize
Accord.NET (logo)

CanvasMove Constructor (IntPoint, Color, Byte)

Initializes a new instance of the CanvasMove class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public CanvasMove(
	IntPoint movePoint,
	Color fillColorRGB,
	byte fillColorGray
)
Request Example View Source

Parameters

movePoint
Type: AccordIntPoint
Point to move the canvas.
fillColorRGB
Type: System.DrawingColor
RGB color to use for filling areas empty areas in color images.
fillColorGray
Type: SystemByte
Gray color to use for filling empty areas in grayscale images.
See Also