|
CanvasMove Constructor (IntPoint, Color)
|
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,
Color fillColorRGB
)
Public Sub New (
movePoint As IntPoint,
fillColorRGB As Color
)
Request Example
View SourceParameters
- movePoint
- Type: AccordIntPoint
Point to move the canvas. - fillColorRGB
- Type: System.DrawingColor
RGB color to use for filling areas empty areas in color images.
See Also