Resize
Resize(int, int, ResizeType)
Ändert die Bildgröße.
public override void Resize(int newWidth, int newHeight, ResizeType resizeType)
| Parameter | Typ | Beschreibung |
|---|
| newWidth | Int32 | Die neue Breite. |
| newHeight | Int32 | Die neue Höhe. |
| resizeType | ResizeType | Der Größenänderungstyp. |
Ausnahmen
| Ausnahme | Bedingung |
|---|
| NotImplementedException | |
| NotImplementedException | |
Siehe auch
Resize(int, int, ImageResizeSettings)
Ändert die Bildgröße.
public override void Resize(int newWidth, int newHeight, ImageResizeSettings settings)
| Parameter | Typ | Beschreibung |
|---|
| newWidth | Int32 | Die neue Breite. |
| newHeight | Int32 | Die neue Höhe. |
| settings | ImageResizeSettings | Die Größenänderungseinstellungen. |
Ausnahmen
| Ausnahme | Bedingung |
|---|
| NotImplementedException | |
Siehe auch