Class CmxRasterImage
CmxRasterImage class
Represents the data specified for raster images.
public class CmxRasterImage : ICmxObjectSpec
Constructors
Properties
| Name | Description |
|---|
| BitsPerPixel { get; set; } | Gets or sets the bits per pixel. |
| BytesPerLine { get; set; } | Gets or sets the size of the line. Measures in bytes. |
| ColorModel { get; set; } | Gets or sets the color model. |
| ColorPalette { get; set; } | Gets or sets the color palette array. Elements is ARGB color values represents in Int32 |
| CompressedSize { get; set; } | Gets or sets the compressed size of the image. Measures in bytes. |
| Compression { get; set; } | Gets or sets the compression. |
| Height { get; set; } | Gets or sets the height of the image. Measures in pixels. |
| IsMask { get; set; } | Gets or sets a value indicating whether this instance is mask. |
| RawData { get; set; } | Gets or sets the raw byte data of the image. |
| Size { get; set; } | Gets or sets the size of the image. Measures in bytes. |
| Type { get; set; } | Gets or sets the type of the image. |
| Width { get; set; } | Gets or sets the width of the image. Measures in pixels. |
Methods
| Name | Description |
|---|
| override Equals(object) | Check if objects are equal. |
| override GetHashCode() | Get hash code of the current object. |
| override ToString() | Returns a String that represents this instance. |
See Also