ImageContext Class |
Namespace: PrimeHolding.ImageConverter
public class ImageContext
The ImageContext type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageContext(String, String, String) |
Creates an instance of ImageContext for converting between various image formats
| |
| ImageContext(String, String, String, Int32, Int32) |
Creates an instance of ImageContext for resizing images
| |
| ImageContext(String, String, String, Int32, Int32, Int32, Int32) |
Creates an instance of ImageContext for cropping images
|
| Name | Description | |
|---|---|---|
| ExecuteStrategy | A method that executes the already set strategy. For the list of possible exceptions see the Start method of each strategy. |
| Exception | Condition |
|---|---|
| InvalidImageOperation | The provided image operation is not supported |