| ST15XXRenderImageAsGray Method  |   | 
            Renders the specified image onto the device in 4 bit greyscale.
            Supports BMP, GIF, JPEG, PNG, and TIFF.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic override void RenderImageAsGray(
	string imageFileName,
	ushort xPosition,
	ushort yPosition
)
Public Overrides Sub RenderImageAsGray ( 
	imageFileName As String,
	xPosition As UShort,
	yPosition As UShort
)
public:
virtual void RenderImageAsGray(
	String^ imageFileName, 
	unsigned short xPosition, 
	unsigned short yPosition
) override
abstract RenderImageAsGray : 
        imageFileName : string * 
        xPosition : uint16 * 
        yPosition : uint16 -> unit 
override RenderImageAsGray : 
        imageFileName : string * 
        xPosition : uint16 * 
        yPosition : uint16 -> unit 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