Method | Description | |
---|---|---|
ResizeImage ( Image source, bool linear ) : |
Resizes the given image.
|
|
Resizer ( |
Initializes a new instance of the Resizer class.
|
|
Resizer ( |
Initializes a new instance of the Resizer class.
|
Method | Description | |
---|---|---|
ResizeComposite ( Image source, int width, int height, |
Gets an image resized using the composite color space without any gamma correction adjustments.
|
|
ResizeLinear ( Image source, int width, int height, |
Gets an image resized using the linear color space with gamma correction adjustments.
|
|
ResizeLinear ( Image source, int width, int height, |
Gets an image resized using the linear color space with gamma correction adjustments.
|
Method | Description | |
---|---|---|
ResizeImage ( Image source, int width, int height, int maxWidth, int maxHeight, List |
Resizes the given image.
|
protected ResizeComposite ( Image source, int width, int height, |
||
source | Image | The source image. |
width | int | The width to resize to. |
height | int | The height to resize to. |
destination | The destination rectangle. | |
return |
public ResizeImage ( Image source, bool linear ) : |
||
source | Image | The source |
linear | bool | Whether to resize the image using the linear color space. |
return |
protected ResizeLinear ( Image source, int width, int height, |
||
source | Image | The source image. |
width | int | The width to resize to. |
height | int | The height to resize to. |
destination | The destination rectangle. | |
return |
protected ResizeLinear ( Image source, int width, int height, |
||
source | Image | The source image. |
width | int | The width to resize to. |
height | int | The height to resize to. |
destination | The destination rectangle. | |
animationProcessMode | AnimationProcessMode | The process mode for frames in animated images. |
return |
public Resizer ( |
||
resizeLayer |
/// The |
|
return | System |
public Resizer ( |
||
size |
/// The |
|
return | System |