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


For a list of all members of this type, see RasterImage members.

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

See Also