Drawimage - SATO PV3 Manual

Xamarin sdk
Hide thumbs Also See for PV3:
Table of Contents

Advertisement

7-2-34 drawImage

Saves data of an image to the printer buffer.
[Syntax]
Task<int> drawImage(object bitmapSrc, int startPosX, int startPosY, int width, int brightness,
[Parameters]
• object bitmapSrc: A platform dependent image object.
iOS
Android
Note
Windows
• int startPosX: x axis coordinates of top left of image to be printed
• int startPosY: y axis coordinates of top left of image to be printed
• int width: Width of printed image
• int brightness: The brightness level (Range: 0 ≤ brightness ≤ 100)
Platform
Android, UWP
iOS
• bool isDithering: Whether or not to apply dithering
• bool isCompress: Whether or not to compress data
[Returns]
If the method succeeds, the return value is zero(0). Other cases, returns non-zero.
Ver. 1.01
bool isDithering, bool isCompress)
UIKit.UIImage
Android.Graphics.Bitmap
Windows.UI.Xaml.Media.Imaging.WriteableBitmap
0 ≤ brightness ≤ 100
-100 ≤ brightness ≤ 100
Brightness Range
- 39 -
Xamarin SDK

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents