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