Méthode | Description | |
---|---|---|
Pixellate ( ) : System |
Initializes a new instance of the Pixellate class.
|
|
Pixellate ( int pixelSize ) : System |
Initializes a new instance of the Pixellate class.
|
|
Pixellate ( int pixelWidth, int pixelHeight ) : System |
Initializes a new instance of the Pixellate class.
|
Méthode | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
public Pixellate ( int pixelSize ) : System | ||
pixelSize | int | Pixel size. |
Résultat | System |
public Pixellate ( int pixelWidth, int pixelHeight ) : System | ||
pixelWidth | int | Pixel width. |
pixelHeight | int | Pixel height. |
Résultat | System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
Résultat | void |