Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Leadtools Namespace
See Also  Inheritance Hierarchy
Overview and description of raster imaging classes, enumerations, and structures.

Classes

  Class Description
Class LeadtoolsException Base class for all exception classes thrown by LEADTOOLS.
Class RasterBufferConverter Provides support for converting image data buffers.
Class RasterBufferResize Provides support for resizing image data buffers.
Class Generic RasterCollection Represents a generic collection of objects.
Class Generic RasterCollectionEventArgs Provides information for RasterCollection<T>.ItemAdded and RasterCollection<T>.ItemRemoved methods.
Class RasterColorSpace Provides support for converting buffered image data from one color space to another.
Class RasterCommentMetadata Extends the RasterMetadata class to provide functionality for dealing with comment metadata stored within various image file formats.
Class RasterCurve Defines a curve.
Class RasterDefaults Specifies the default extra values used when creating RasterImage objects.
Class RasterException The exception that is thrown when a LEADTOOLS error occurs.
Class RasterImage The RasterImage class serves as a working area for image manipulation and conversion. LEADTOOLS functions use this class for accessing the image in memory and for maintaining the characteristics of the image.
Class RasterImageAnimator Animates an image that has time-based frames.
Class RasterImageChangedEventArgs Provides data for the RasterImage.Changed event.
Class RasterImageGdiPlusGraphicsContainer Encapsulates a GDI+ object used when creating a Graphics surface of a RasterImage.
Class RasterImagePagesChangedEventArgs Provides data for the RasterImage.PagesChanged event.
Class RasterImageResize Provides support for resizing images.
Class RasterImageResizeEventArgs Provides data for the RasterImageResize.Resize event.
Class RasterMarkerMetadata Extends the RasterMetadata class to provide functionality for dealing with marker metadata stored within various image file formats.
Class RasterMetadata Provides base functionality for dealing with metadata stored in various image file formats.
Class RasterOverlayAttributes Contains the overlay attributes of a DICOM image.
Class RasterPaintCallbacks The RasterPaintCallbacks class is used to implement custom painting. The RasterImage.PaintCallbacks property contains a list of such classes.
Class RasterPaintDibInfo This class describes the image data expected by the custom paint callbacks. It is used with the RasterPaintCallbacks callbacks.
Class RasterPalette Encapsulates and provides support for managing image palettes.
Class RasterRegionXForm Provides data for translating between region coordinates and external representations of those coordinates.
Class RasterRleCompressor Provides support for working with compressed image data buffers.
Class RasterSupport The RasterSupport class provides methods for unlocking support for optional LEADTOOLS features, such as LEADTOOLS Document/Medical capabilities.
Class RasterTagMetadata Extends the RasterMetadata class to provide functionality for dealing with tag metadata stored within various image file formats.
Class Transformer Helper class used for converting physical to logical coordinates and vise-versa based on a given matrix.

Structures

  Structure Description
Structure RasterColor Describes a color consisting of relative intensities of alpha, red, green, and blue.
Structure RasterColor16 Describes a color consisting of relative intensities of alpha, red, green, and blue.
Structure RasterHsvColor Describes a color consisting of relative intensities of hue, saturation, value.
Structure RasterImageMemoryInformation Stores information about the memory allocated for the RasterImage's data.
Structure RasterMemoryThreshold Holds the memory restrictions used when allocating new RasterImage objects.
Structure RasterMetadataRational Encapsulates a rational value, for use with classes derived from RasterMetadata.
Structure RasterMetadataURational Encapsulates an unsinged rational value, for use with classes derived from RasterMetadata.
Structure RasterNativeBuffer Holds a native (unmanaged) pointer and its length.
Structure RasterPaintProperties Controls the speed, quality, and style used when painting a RasterImage object.

Delegates

  Delegate Description
Delegate PaintCallbackDelegate The prototype for all the RasterPaintCallbacks.

Enumerations

  Enumeration Description
Enumeration ChangeToGdiPlusImageFlags Indicates options for converting to a GDI+ Image.
Enumeration RasterByteOrder Indicates the color byte order of the image data
Enumeration RasterColorSpaceFormat16 Indicates the raster image data 16-bit colorspace format.
Enumeration RasterColorSpaceFormat8 Indicates the raster image data 8-bit colorspace format.
Enumeration RasterCommentMetadataDataType Indicates the data type for a metadata comment.
Enumeration RasterCommentMetadataType List of available metadata comments.
Enumeration RasterCompression Indicates the compression type for the image data.
Enumeration RasterConvertBufferFlags Options for the RasterBufferConverter.Convert method.
Enumeration RasterConvertToDibType Options for converting image to Windows Device Independent Bitmap (DIB).
Enumeration RasterCurveClose Indicates how to close the curve.
Enumeration RasterCurveType Indicates the type of curve that is being defined.
Enumeration RasterDitheringMethod Indicates the dithering method used for the image
Enumeration RasterExceptionCode Used as a value for the RasterException.Code property.
Enumeration RasterGdiPlusIncompatibleReason Indicates the reason that the LEAD Raster image is not compatible with GDI+
Enumeration RasterGetSetOverlayAttributesFlags Determines which attributes are to be retrieved or changed.
Enumeration RasterGetSetOverlayImageMode Determines how to set or retrieve the overlay RasterImage.
Enumeration RasterGrayscaleMode Indicates the kind of grayscale palette, if any, that an image has.
Enumeration RasterImageAnimationDisposalMethod Used for the disposal methods used after rendering each frame in an animated image.
Enumeration RasterImageAnimatorState The RasterImageAnimator state.
Enumeration RasterImageChangedFlags Indicates the type(s) of change that has occurred in a RasterImage
Enumeration RasterImageFormat Indicates the image file format.
Enumeration RasterImageInformationFlags Indicates which members of the RasterImageMemoryInformation structure are valid.
Enumeration RasterImagePagesChangedAction Indicates whether pages are added, removed or inserted from a RasterImage object.
Enumeration RasterImagePaintCallbackFunction Used to identify the callbacks in a RasterPaintCallbacks class.
Enumeration RasterImageUnderlayFlags Indicators of how the underlying image is to be positioned.
Enumeration RasterKernelType Indicates the Leadtools Kernel type.
Enumeration RasterMemoryFlags Indicates the type of memory to allocate
Enumeration RasterMetadataFlags Indicates the type of metadata.
Enumeration RasterPaintAlignMode Determines how to align the image in the destination rectangle.
Enumeration RasterPaintDibInfoFlags Flags that make up RasterPaintDibInfo.Flags.
Enumeration RasterPaintDisplayModeFlags Contains value that controls the speed, quality, and style of painting operations.
Enumeration RasterPaintEngine Indicates the painting engine to use when rendering images.
Enumeration RasterPaintSizeMode Determines how to fit the image in the destination rectangle.
Enumeration RasterPaletteWindowLevelFlags Indicates how the range is used to fill and type of the the lookup table and whether it contains signed or unsigned data.
Enumeration RasterRegionCombineMode Controls the creation of an image region
Enumeration RasterSizeFlags Flags which control the behaviour of image resize methods
Enumeration RasterSupportType Indicates the optional LEADTOOLS feature to check or unlock.
Enumeration RasterTagMetadataDataType Indicates the data type for a metadata tag.
Enumeration RasterUpdateOverlayBitsFlags Determines whether the main image or the overlay image should be updated.
Enumeration RasterViewPerspective Indicates the view perspective of the image data
Enumeration RasterWindowLevelMode Indicates whether window level changes are used by the paint and image processing functions or only by the paint functions

See Also