EmfImage.BitsPerPixel

EmfImage.BitsPerPixel property

获取光栅图像特有的每像素位数,因为该参数不适用于矢量图像。快速确定光栅图像的像素深度,以便进行精确分析和操作,确保图像数据的准确处理。

public override int BitsPerPixel { get; }

Property Value

图像每像素位数。

异常

异常条件
NotImplementedException对矢量图像无效。

另请参见