LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Leadtools Namespace

Inheritance Hierarchy
Overview and description of raster imaging classes, enumerations, and structures.
Classes
 ClassDescription
ClassLeadBufferStream The LeadBufferStream class provides an implementation of the ILeadStream interface that operates on a memory buffer. .NET support WinRT support
ClassLeadFileStream The LeadFileStream class provides an implementation of the ILeadStream interface that operates on a disk file. .NET support WinRT support
ClassLeadLengthDHelper Utility class for LeadLengthD .NET support WinRT support
ClassLeadPointDHelper Utility class for LeadPointD .NET support WinRT support
ClassLeadPointHelper Utility class for LeadPoint .NET support WinRT support
ClassLeadRectDHelper Utility class for LeadRectD .NET support WinRT support
ClassLeadRectHelper Utility class for LeadRect .NET support WinRT support
ClassLeadSizeDHelper Utility class for LeadSizeD .NET support WinRT support
ClassLeadSizeHelper Utility class for LeadSize .NET support WinRT support
ClassLeadStream The LeadStream class provides a generic implementation of the ILeadStream interface that operates on a variety of stream types. .NET support WinRT support
ClassLeadStreamFactory The LeadStreamFactory class provides helper functions for creating an ILeadStream instance. .NET support WinRT support
ClassLeadtoolsException Base class for all exception classes thrown by LEADTOOLS. .NET support Silverlight support
ClassRasterBufferConverter Provides support for converting image data buffers. .NET support Silverlight support WinRT support
ClassRasterBufferResize Provides support for resizing image data buffers. .NET support Silverlight support
ClassRasterCollection<T> Represents a generic collection of objects. .NET support Silverlight support
ClassRasterCollectionEventArgs<T> Provides information for RasterCollection<T>.ItemAdded and RasterCollection<T>.ItemRemoved methods. .NET support Silverlight support
ClassRasterColor16Helper Helper methods for the RasterColor16 structure. .NET support WinRT support
ClassRasterColorHelper Helper methods for the RasterColor structure. .NET support WinRT support
ClassRasterColorSpace Provides support for converting buffered image data from one color space to another. .NET support Silverlight support
ClassRasterColorTypeConverter Converts RasterColor objects from one data type to another. Access this class through the System.ComponentModel.TypeConverter .NET support Silverlight support
ClassRasterCommentMetadata Extends the RasterMetadata class to provide functionality for dealing with comment metadata stored within various image file formats. .NET support Silverlight support WinRT support
ClassRasterCurve Defines a curve. .NET support
ClassRasterDefaults Specifies the default extra values used when creating RasterImage objects. .NET support Silverlight support WinRT support
ClassRasterException The exception that is thrown when a LEADTOOLS error occurs. .NET support Silverlight support WinRT support
ClassRasterHsvColorHelper Helper methods for the RasterHsvColor structure. .NET support WinRT support
ClassRasterImage 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. .NET support Silverlight support WinRT support
ClassRasterImageAllocateData Provides data for the RasterImageAllocateCallback callback. .NET support WinRT support
ClassRasterImageAnimator Animates an image that has time-based frames. .NET support WinRT support
ClassRasterImageChangedEventArgs Provides data for the RasterImage.Changed event. .NET support Silverlight support WinRT support
ClassRasterImagePagesChangedEventArgs Provides data for the RasterImage.PagesChanged event. .NET support Silverlight support WinRT support
ClassRasterImageResize Provides support for resizing images. .NET support Silverlight support
ClassRasterImageResizeEventArgs Provides data for the RasterImageResize.Resize event. .NET support Silverlight support
ClassRasterMarkerMetadata Extends the RasterMetadata class to provide functionality for dealing with marker metadata stored within various image file formats. .NET support Silverlight support WinRT support
ClassRasterMetadata Provides base functionality for dealing with metadata stored in various image file formats. .NET support Silverlight support
ClassRasterMetadataRationalHelper Utility class for RasterMetadataRational .NET support WinRT support
ClassRasterMetadataURationalHelper Utility class for RasterMetadataURational .NET support WinRT support
ClassRasterOverlayAttributes Contains the overlay attributes of a DICOM image. .NET support Silverlight support WinRT support
ClassRasterPalette Encapsulates and provides support for managing image palettes. .NET support Silverlight support
ClassRasterRegion Describes a region of interest in a RasterImage object. .NET support Silverlight support WinRT support
ClassRasterRegionXForm Provides data for translating between region coordinates and external representations of those coordinates. .NET support Silverlight support WinRT support
ClassRasterRleCompressor Provides support for working with compressed image data buffers. .NET support
ClassRasterSupport The RasterSupport class provides methods for setting a LEADTOOLS runtime license and unlocking support for optional LEADTOOLS features, such as LEADTOOLS Document/Medical capabilities. .NET support Silverlight support WinRT support
ClassRasterTagMetadata Extends the RasterMetadata class to provide functionality for dealing with tag metadata stored within various image file formats. .NET support Silverlight support WinRT support
Interfaces
 InterfaceDescription
InterfaceILeadStream The ILeadStream interface defines methods similar to the operating system file functions. .NET support WinRT support
Structures
 StructureDescription
StructureLeadPoint Stores two integer numbers that represent the coordinates of a point (X and Y). .NET support Silverlight support
StructureLeadRect Stores four integer numbers that represent the coordinates and size of a rectangle (X, Y, Width, and Height). .NET support Silverlight support
StructureLeadSize Stores two integer numbers that represent a size (Width and Height). .NET support Silverlight support
StructureRasterColor Describes a color consisting of relative intensities of alpha, red, green, and blue. .NET support Silverlight support
StructureRasterColor16 Describes a color consisting of relative intensities of alpha, red, green, and blue. .NET support Silverlight support
StructureRasterHsvColor Describes a color consisting of relative intensities of hue, saturation, value. .NET support Silverlight support
StructureRasterImageMemoryInformation Stores information about the memory allocated for the RasterImage's data. .NET support
StructureRasterMemoryThreshold Holds the memory restrictions used when allocating new RasterImage objects. .NET support
StructureRasterMetadataRational Encapsulates a rational value, for use with classes derived from RasterMetadata. .NET support Silverlight support
StructureRasterMetadataURational Encapsulates an unsigned rational value, for use with classes derived from RasterMetadata. .NET support Silverlight support
StructureRasterNativeBuffer Holds a native (unmanaged) pointer and its length. .NET support Silverlight support WinRT support
Delegates
 DelegateDescription
DelegateRasterImageAllocateCallback Callback to use when new RasterImage objects are crated by LEADTOOLS. .NET support WinRT support
Enumerations
 EnumerationDescription
EnumerationLeadEventsDispatchMode Specifies the mode used to dispatch LEADTOOLS events. .NET support WinRT support
EnumerationLeadFillMode Specifies how a polygonal shape with crossing lines is filled. .NET support Silverlight support WinRT support
EnumerationLeadSeekOrigin Specifies the position in a stream to use for seeking. .NET support WinRT support
EnumerationLeadStreamAccess Specifies the type of stream access requested. .NET support WinRT support
EnumerationLeadStreamMode Specifies how the operating system should open a stream. .NET support WinRT support
EnumerationLeadStreamShare Defines constants for read, write, or read/write access to a stream. .NET support WinRT support
EnumerationRasterByteOrder Indicates the color byte order of the image data .NET support Silverlight support WinRT support
EnumerationRasterColorSpaceFormat16 Indicates the raster image data 16-bit color space format. .NET support Silverlight support
EnumerationRasterColorSpaceFormat8 Indicates the raster image data 8-bit colorspace format. .NET support Silverlight support
EnumerationRasterCommentMetadataDataType Indicates the data type for a metadata comment. .NET support Silverlight support WinRT support
EnumerationRasterCommentMetadataType List of available metadata comments. .NET support Silverlight support WinRT support
EnumerationRasterCompression Indicates the compression type for the image data. .NET support WinRT support
EnumerationRasterConvertBufferFlags Options for the RasterBufferConverter.Convert method. .NET support Silverlight support WinRT support
EnumerationRasterConvertToDibType Options for converting image to Windows Device Independent Bitmap (DIB). .NET support WinRT support
EnumerationRasterCurveClose Indicates how to close the curve. .NET support
EnumerationRasterCurveType Indicates the type of curve that is being defined. .NET support
EnumerationRasterDitheringMethod Indicates the dithering method used for the image. .NET support Silverlight support WinRT support
EnumerationRasterExceptionCode Used as a value for the RasterException.Code property. .NET support Silverlight support WinRT support
EnumerationRasterGetSetOverlayAttributesFlags Determines which attributes are to be retrieved or changed. .NET support Silverlight support WinRT support
EnumerationRasterGetSetOverlayImageMode Determines how to set or retrieve the overlay RasterImage. .NET support Silverlight support WinRT support
EnumerationRasterGrayscaleMode Indicates the kind of grayscale palette, if any, that an image has. .NET support Silverlight support WinRT support
EnumerationRasterImageAnimationDisposalMethod Used for the disposal methods used after rendering each frame in an animated image. .NET support Silverlight support WinRT support
EnumerationRasterImageAnimatorState The RasterImageAnimator state. .NET support WinRT support
EnumerationRasterImageChangedFlags Indicates the type(s) of change that has occurred in a RasterImage. .NET support Silverlight support WinRT support
EnumerationRasterImageFormat Indicates the image file format. .NET support Silverlight support WinRT support
EnumerationRasterImageInformationFlags Indicates which members of the RasterImageMemoryInformation structure are valid. .NET support WinRT support
EnumerationRasterImagePagesChangedAction Indicates whether pages are added, removed or inserted from a RasterImage object. .NET support Silverlight support WinRT support
EnumerationRasterImageUnderlayFlags Indicators of how the underlying image is to be positioned. .NET support Silverlight support WinRT support
EnumerationRasterKernelType Indicates the Leadtools Kernel type. .NET support Silverlight support WinRT support
EnumerationRasterKnownColor Specifies the known system colors. .NET support Silverlight support WinRT support
EnumerationRasterMemoryFlags Indicates the type of memory to allocate. .NET support Silverlight support WinRT support
EnumerationRasterMetadataFlags Indicates the type of metadata. .NET support Silverlight support WinRT support
EnumerationRasterPaintAlignMode Determines how to align the image in the destination rectangle. .NET support Silverlight support WinRT support
EnumerationRasterPaintSizeMode Determines how to fit the image in the destination rectangle. .NET support Silverlight support WinRT support
EnumerationRasterPaletteWindowLevelFlags Indicates how the range is used to fill and type of the the lookup table and whether it contains signed or unsigned data. .NET support Silverlight support
EnumerationRasterRegionCombineMode Controls the creation of an image region. .NET support Silverlight support WinRT support
EnumerationRasterSizeFlags Flags which control the behaviour of image resize methods. .NET support Silverlight support WinRT support
EnumerationRasterSupportType Indicates the optional LEADTOOLS feature to check. .NET support Silverlight support WinRT support
EnumerationRasterTagMetadataDataType Indicates the data type for a metadata tag. .NET support Silverlight support WinRT support
EnumerationRasterUpdateOverlayBitsFlags Determines whether the main image or the overlay image should be updated. .NET support Silverlight support WinRT support
EnumerationRasterViewPerspective Indicates the view perspective of the image data. .NET support Silverlight support WinRT support
EnumerationRasterWindowLevelMode Indicates whether window level changes are used by the paint and image processing functions or only by the paint functions. .NET support Silverlight support WinRT support
See Also

Reference

Leadtools Assembly
Introduction
Getting Started

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.