Method | Description | |
---|---|---|
CanvasMove ( IntPoint movePoint ) : System.Drawing |
Initializes a new instance of the CanvasMove class.
|
|
CanvasMove ( IntPoint movePoint, |
Initializes a new instance of the CanvasMove class.
|
|
CanvasMove ( IntPoint movePoint, |
Initializes a new instance of the CanvasMove class.
|
|
CanvasMove ( IntPoint movePoint, byte fillColorGray ) : System.Drawing |
Initializes a new instance of the CanvasMove class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image ) : void |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
CanvasMove ( ) : System.Drawing | ||
ProcessFilter16bpc ( UnmanagedImage image ) : void | ||
ProcessFilter8bpc ( UnmanagedImage image ) : void |
public CanvasMove ( IntPoint movePoint ) : System.Drawing | ||
movePoint | IntPoint | Point to move the canvas to. |
return | System.Drawing |
public CanvasMove ( IntPoint movePoint, |
||
movePoint | IntPoint | Point to move the canvas. |
fillColorRGB | RGB color to use for filling areas empty areas in color images. | |
return | System.Drawing |
public CanvasMove ( IntPoint movePoint, |
||
movePoint | IntPoint | Point to move the canvas. |
fillColorRGB | RGB color to use for filling areas empty areas in color images. | |
fillColorGray | byte | Gray color to use for filling empty areas in grayscale images. |
return | System.Drawing |
public CanvasMove ( IntPoint movePoint, byte fillColorGray ) : System.Drawing | ||
movePoint | IntPoint | Point to move the canvas. |
fillColorGray | byte | Gray color to use for filling empty areas in grayscale images. |
return | System.Drawing |
protected ProcessFilter ( UnmanagedImage image ) : void | ||
image | UnmanagedImage | Source image data. |
return | void |