BmpDevice

BmpDevice()

初始化BmpDevice具有默认分辨率的类。

public BmpDevice()

也可以看看


BmpDevice(Resolution)

初始化BmpDevice类. 结果图像文件的分辨率,请参见Resolution类.

public BmpDevice(Resolution resolution)

也可以看看


BmpDevice(int, int, Resolution)

初始化BmpDevice具有提供图像尺寸和 分辨率的类。

public BmpDevice(int width, int height, Resolution resolution)
范围类型描述
widthInt32图像输出宽度。
heightInt32图像输出高度。
resolutionResolution结果图像文件的分辨率,请参见Resolution类.

也可以看看


BmpDevice(PageSize, Resolution)

初始化BmpDevice提供页面大小和 分辨率的类。

public BmpDevice(PageSize pageSize, Resolution resolution)
范围类型描述
pageSizePageSize输出图像的页面大小。
resolutionResolution结果图像文件的分辨率,请参见Resolution类.

也可以看看


BmpDevice(int, int)

初始化BmpDevice具有提供图像尺寸的类, 默认分辨率 (=150).

public BmpDevice(int width, int height)
范围类型描述
widthInt32图像输出宽度。
heightInt32图像输出高度。

也可以看看


BmpDevice(PageSize)

初始化BmpDevice具有提供页面大小的类, 默认分辨率 (=150).

public BmpDevice(PageSize pageSize)
范围类型描述
pageSizePageSize输出图像的页面大小。

也可以看看