Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterImage Class Members
See Also  Properties  Methods  Events
Leadtools Namespace : RasterImage Class

The following tables list the members exposed by RasterImage.

Public Constructors

 NameDescription
Public Constructor RasterImage Constructor Constructs a new RasterImage object using the specified parameters.  
Top

Public Properties

 NameDescription
Public Property BitsPerPixel Gets the number of bits per pixel for this RasterImage  
Public Property BytesPerLine Gets the number of bytes per scanline for this RasterImage.  
Public Property DataSize Gets the size, in bytes, of this RasterImage data buffer.  
Public Property Height Gets the height of this RasterImage in pixels.  
Public Property ImageHeight Gets the height of this RasterImage in pixels, taking RasterImage.ViewPerspective into account.  
Public Property ImageWidth Gets the width of this RasterImage in pixels, taking RasterImage.ViewPerspective into account.  
Public Property InternalHandle For Internal use only.  
Public Property IsAllocated Determines if this RasterImage has memory allocated for the data.  
Public Property IsBasic Determines whether this RasterImage data is basic.  
Public Property IsCompressed Determines if the memory allocated for this RasterImage data is compressed memory.  
Public Property IsConventionalMemory Determines if the memory allocated for this RasterImage data is in conventional (Windows) memory.  
Public Property IsDiskMemory Determines if the memory allocated for the RasterImage data is allocated as a disk file rather than in conventional memory.  
Public Property IsFlipped Determines whether this RasterImage has a a flipped RasterImage.ViewPerspective.  
Public Property IsGray Determines whether this RasterImage is grayscale.  
Public Property IsMirrored Determines whether this RasterImage data is mirrored.  
Public Property IsRotated Determines whether this RasterImage has a rotated RasterImage.ViewPerspective.  
Public Property IsSuperCompressed Determines if the memory allocated for this RasterImage data is super compressed memory.  
Public Property IsTiled Determines if the memory allocated for this RasterImage data is allocated in tiles.  
Public Property Order Gets the color order of this RasterImage.  
Public Property OriginalFormat Gets or sets the original format of this RasterImage.  
Public Property PaintContrast Gets or sets the current contrast value for this RasterImage.  
Public Property PaintGamma Gets or sets the current gamma correction value for this RasterImage.  
Public Property PaintIntensity Gets or sets the current intensity value for this RasterImage.  
Public Property Palette Gets the palette for this RasterImage.  
Public Property ViewPerspective Gets the view perspective of this RasterImage.  
Public Property Width Gets the width of this RasterImage in pixels.  
Public Property XResolution Gets this RasterImage horizontal resolution, in dots per inch.  
Public Property YResolution Gets this RasterImage vertical resolution, in dots per inch.  
Top

Public Methods

 NameDescription
Public Method ChangeCompression Compresses or decompresses an image.  
Public Method ChangeViewPerspective Rotates and flips this RasterImage data as necessary to achieve the desired view perspective.  
Public Method CloneOverloaded.  Creates a new RasterImage object by copying this object.  
Public Method DisableEvents Called to disable raising the RasterImage.Changed event.  
Public Method DisposeOverloaded.  Releases all resources used by this RasterImage  
Public Method EnableEvents Called to enable raising the RasterImage.Changed event.  
Public Method FlipViewPerspective Flips this RasterImage by changing the RasterImage.ViewPerspective.  
Public Method GetPixelColor Returns the color of the specified pixel.  
Public Method GetPixelData Returns the pixel data of the specified pixel.  
Public Method GetRow Retrieves a row from this RasterImage.  
Public Method GetRowColumn Accepts a column offset to retrieve data from this RasterImage and place it in a buffer.  
Public Method OnChanged Raises the RasterImage.Changed event.  
Public Method PaintOverloaded.  Displays this RasterImage in the given device context.  
Public Method PointFromImage Translates a point from this RasterImage view perspective to the specified view perspective.  
Public Method PointToImage Translates a point from the specified view perspective to this RasterImage view perspective.  
Public Method RectangleFromImage Translates a rectangle from this RasterImage view perspective to the specified view perspective.  
Public Method RectangleToImage Translates a rectangle from a specified view perspective to this RasterImage view perspective.  
Public Method RotateViewPerspective Rotates this RasterImage by changing the RasterImage.ViewPerspective.  
Public Method SetPalette Replaces this RasterImage color palette.  
Public Method SetPixelColor Changes the color value of the specified pixel.  
Public Method SetPixelData Changes the data of the specified pixel.  
Public Method SetRow Copies a row of image data from a buffer to this RasterImage.  
Public Method SetRowColumn Copies a row of image data from a buffer to this RasterImage.  
Top

Protected Methods

 NameDescription
Protected Method FinalizeOverridden.  Overrides Finalize.  
Top

Public Events

 NameDescription
Public Event Changed Occurs when the image has changed.  
Top

See Also