|
CanvasMove Constructor (IntPoint, Byte)
|
Initializes a new instance of the
CanvasMove class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic CanvasMove(
IntPoint movePoint,
byte fillColorGray
)
Public Sub New (
movePoint As IntPoint,
fillColorGray As Byte
)
Request Example
View SourceParameters
- movePoint
- Type: AccordIntPoint
Point to move the canvas. - fillColorGray
- Type: SystemByte
Gray color to use for filling empty areas in grayscale images.
See Also