ISTSeriesDeviceRenderImageAsBW Method | |
Renders the specified image onto the device in black and white pixel format.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax void RenderImageAsBW(
string imageFileName,
ushort xPosition,
ushort yPosition
)
Sub RenderImageAsBW (
imageFileName As String,
xPosition As UShort,
yPosition As UShort
)
void RenderImageAsBW(
String^ imageFileName,
unsigned short xPosition,
unsigned short yPosition
)
abstract RenderImageAsBW :
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