The following tables list the members exposed by ImageSelection.
Name | Description | |
---|---|---|
![]() |
ImageSelection Constructor | Overloaded. Initializes a new instance of the ImageSelection class. |
Name | Description | |
---|---|---|
![]() |
Crop | Gets or sets the crop parameters. |
![]() |
FilterFullName | Gets the full name of the ImageProcessingFilter. (Inherited from ImageProcessingFilter) |
![]() |
FilterName | Gets the name of the ImageProcessingFilter. (Inherited from ImageProcessingFilter) |
![]() |
FilterVersion | Gets the Version of the ImageProcessingFilter. (Inherited from ImageProcessingFilter) |
![]() |
Transformation | Gets or sets the transformation parameters. |
Name | Description | |
---|---|---|
![]() |
CalculateCropRectangle | Overloaded. Calculates the Crop Rectangle (in case its value is null). |
![]() |
Clone | Creates a copy of the ImageSelection filter. |
![]() |
Equals | Overridden. Determines whether the specified object is equal to the current object. |
![]() ![]() |
FromJSON | Overloaded. Deserializes a new instance of the ImageSelection class from JSON. |
![]() |
GetHashCode | Overridden. Serves as a hash function for a particular type. |
![]() |
GetImageProcessingJob | Overloaded. Gets an instance of the ImageProcessingJob class that can be used to process the image; the current filter is added to the Filters collection of the ImageProcessingJob object. (Inherited from ImageProcessingFilter) |
![]() |
GetIsNeutral | Gets a value indicating whether the ImageProcessingFilter is neutral (does not alter source images having the specified size). |
![]() |
GetProcessedImage | Overloaded. Applies the current ImageProcessingFilter to the specified image and returns the result as a Bitmap object. (Inherited from ImageProcessingFilter) |
![]() |
GetSourceRectangle | Gets the coordinates (X/Y) and the size (Width/Height) of the selected portion of source image. |
![]() |
SaveProcessedImageToByteArray | Overloaded. Applies the current ImageProcessingFilter to the specified image and saves the result Bitmap to a byte array. (Inherited from ImageProcessingFilter) |
![]() |
SaveProcessedImageToFileSystem | Overloaded. Applies the current ImageProcessingFilter to the specified image and saves the result Bitmap to the file system. (Inherited from ImageProcessingFilter) |
![]() |
SaveProcessedImageToStream | Overloaded. Applies the current ImageProcessingFilter to the specified image and saves the result Bitmap to a Stream. (Inherited from ImageProcessingFilter) |
![]() |
ToString | Overridden. Returns a string that represents the current object. |
![]() |
TransmitProcessedImageToWebResponse | Overloaded. Applies the current ImageProcessingFilter to the specified image using default output resolution (96 DPI), then encodes and writes the result Bitmap directly to an HTTP response output stream. (Inherited from ImageProcessingFilter) |
![]() |
Validate | Overloaded. Validates the current ImageSelection filter to ensure that all the parameters are correctly configured (e.g. the Crop.Rectangle.Width is not higher than CoreSettings.Drawing.MaxImageSize.Width). |
Name | Description | |
---|---|---|
![]() |
LoadImageProcessingActions | Initializes and loads one more ImageProcessingAction objects that will be used during the image processing workflow. (Inherited from ImageProcessingFilter) |