Method | Description | |
---|---|---|
OilPainting ( ) : System |
Initializes a new instance of the OilPainting class.
|
|
OilPainting ( int brushSize ) : System |
Initializes a new instance of the OilPainting class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, |
Process the filter on the specified image.
|
public OilPainting ( int brushSize ) : System | ||
brushSize | int | Brush size. |
return | System |
protected ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, |
||
source | UnmanagedImage | Source image data. |
destination | UnmanagedImage | Destination image data. |
rect | Image rectangle for processing by the filter. | |
return | void |