Click or drag to resize
Accord.NET (logo)

MoveTowards Constructor (Bitmap, Int32)

Initializes a new instance of the MoveTowards class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public MoveTowards(
	Bitmap overlayImage,
	int stepSize
)
Request Example View Source

Parameters

overlayImage
Type: System.DrawingBitmap
Overlay image.
stepSize
Type: SystemInt32
Step size.
See Also