CmxRasterImage 类

Summary: Represents the data specified for raster images.

Module: aspose.imaging.fileformats.cmx.objectmodel.specs

Full Name: aspose.imaging.fileformats.cmx.objectmodel.specs.CmxRasterImage

Inheritance: ICmxObjectSpec

Constructors

Name描述
CmxRasterImage()初始化 CmxRasterImage 类的新实例

Properties

NameTypeAccess描述
bits_per_pixelintr/w获取或设置每像素位数。
bytes_per_lineintr/w获取或设置线的大小。
以字节为单位。
color_modelintr/w获取或设置颜色模型。
color_paletteint[]r/w获取或设置颜色调色板数组。
元素是以 int 表示的 ARGB 颜色值
compressed_sizeintr/w获取或设置图像的压缩大小。
以字节为单位。
压缩intr/w获取或设置压缩。
heightintr/w获取或设置图像的高度。
以像素为单位。
is_maskboolr/w获取或设置一个值,指示此实例是否为掩码。
raw_dataSystem.Byter/w获取或设置图像的原始字节数据。
sizeintr/w获取或设置图像的大小。
以字节为单位。
typeintr/w获取或设置图像的类型。
widthintr/w获取或设置图像的宽度。
以像素为单位。

Constructor: CmxRasterImage()

 CmxRasterImage() 

初始化 CmxRasterImage 类的新实例