| ISTSeriesDeviceRenderImageAsGray Method  |   | 
            Renders the specified image onto the device in 4 bit greyscale
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxvoid RenderImageAsGray(
	string imageFileName,
	ushort xPosition,
	ushort yPosition
)
Sub RenderImageAsGray ( 
	imageFileName As String,
	xPosition As UShort,
	yPosition As UShort
)
void RenderImageAsGray(
	String^ imageFileName, 
	unsigned short xPosition, 
	unsigned short yPosition
)
abstract 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 
See Also