Click or drag to resize

ImageContext Class

Inheritance Hierarchy
SystemObject
  PrimeHolding.ImageConverterImageContext

Namespace:  PrimeHolding.ImageConverter
Assembly:  PrimeHolding.ImageConverter (in PrimeHolding.ImageConverter.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ImageContext

The ImageContext type exposes the following members.

Constructors
  NameDescription
Public methodImageContext(String, String, String)
Creates an instance of ImageContext for converting between various image formats
Public methodImageContext(String, String, String, Int32, Int32)
Creates an instance of ImageContext for resizing images
Public methodImageContext(String, String, String, Int32, Int32, Int32, Int32)
Creates an instance of ImageContext for cropping images
Top
Methods
  NameDescription
Public methodExecuteStrategy

A method that executes the already set strategy.

For the list of possible exceptions see the Start method of each strategy.

Top
Exceptions
ExceptionCondition
InvalidImageOperationThe provided image operation is not supported
See Also