Méthode | Description | |
---|---|---|
Mirror ( bool mirrorX, bool mirrorY ) : System |
Initializes a new instance of the Mirror class.
|
Méthode | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
public Mirror ( bool mirrorX, bool mirrorY ) : System | ||
mirrorX | bool | Specifies if mirroring should be done for X axis. |
mirrorY | bool | Specifies if mirroring should be done for Y axis |
Résultat | System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
Résultat | void |