GetArgb32Pixel
RasterImage.GetArgb32Pixel method
获取图像 32 位 ARGB 像素。
public int GetArgb32Pixel(int x, int y)
范围 | 类型 | 描述 |
---|---|---|
x | Int32 | 像素 x 位置。 |
y | Int32 | 像素 y 位置。 |
返回值
指定位置的 32 位 ARGB 像素。
也可以看看
- class RasterImage
- 命名空间 Aspose.CAD
- 部件 Aspose.CAD
获取图像 32 位 ARGB 像素。
public int GetArgb32Pixel(int x, int y)
范围 | 类型 | 描述 |
---|---|---|
x | Int32 | 像素 x 位置。 |
y | Int32 | 像素 y 位置。 |
指定位置的 32 位 ARGB 像素。