Contains values for the resize modes (how the resize parameters should be intepreted).
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration ResizeMode
public enum ResizeMode
Member name | Description | |
---|---|---|
Fit |
The resize width and height specify the rectangle the image should be inscribed to (image proportions should be preserved). |
|
Shrink |
The same as Fit, but the resize occurs only if resize dimensions are smaller than image dimensions. |
|
Resize |
The resize width and height specify dimensions of the image after resize. Proportions are not preserved. |