Class | Description | |
---|---|---|
BinaryRasterRegionData | Creates or updates the image region using the specified region data. | |
![]() | ClearRasterRegionData | Removes the region from the image and frees the memory used for the region. |
![]() | ConvertRequest | The ConvertRequest object provides options for the IRasterService.Convert operation. |
![]() | ConvertResponse | The ConvertResponse object provides options for the IRasterService.Convert operation. |
![]() | EllipseRasterRegionData | Creates or updates the image region by adding an elliptical region. |
![]() | GetInformationRequest | The GetInformationRequest object provides options for the IRasterService.GetInformation operation. |
![]() | GetInformationResponse | The GetInformationResponse object provides options for the IRasterService.GetInformation operation. |
![]() | MagicWandRasterRegionData | Creates or updates the image region based on the color found at a specified point. |
![]() | PolygonRasterRegionData | Creates or updates the image region by adding a polygonal region. |
![]() | RasterRegionData | Base class for ClearRasterRegionData, RectangleRasterRegionData, EllipseRasterRegionData , PolygonRasterRegionData, MagicWandRasterRegionData and BinaryRasterRegionData classes. |
![]() | RectangleRasterRegionData | Creates or updates the image region by adding a rectangular region. |
Structure | Description | |
---|---|---|
![]() | RasterConvertOptions | The RasterConvertOptions structure provides options for the IRasterService.Convert" operation. |
Enumeration | Description | |
---|---|---|
![]() | CodecsColorSpaceType | Indicates the colorspace for the image data. |
![]() | RasterAlignMode | Determines how to align the image in the destination rectangle. |
![]() | RasterByteOrder | Indicates the color byte order of the image data. |
![]() | RasterImageFormat | Indicates the image file format. |
![]() | RasterRegionCombineMode | Controls the creation of an image region. |
![]() | RasterResizeFlags | Controls the behavior of image resize methods. |
![]() | RasterResizeMode | Determines how to fit the image in the destination rectangle. |
![]() | RasterViewPerspective | Indicates the view perspective of the image data. |