Click or drag to resize
ST15XXRenderImageAsGray Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Renders the specified image onto the device in 4 bit greyscale. Supports BMP, GIF, JPEG, PNG, and TIFF.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override void RenderImageAsGray(
	string imageFileName,
	ushort xPosition,
	ushort yPosition
)

Parameters

imageFileName
Type: SystemString
Filename of the image to render
xPosition
Type: SystemUInt16
Starting x location of the image
yPosition
Type: SystemUInt16
Starting y location of the image

Implements

ISTSeriesDeviceRenderImageAsGray(String, UInt16, UInt16)
See Also