SigPlus.Net Documentation

SigPlusNET.LCDSendGraphic Method 

public bool LCDSendGraphic(
   int Dest,
   int Mode,
   int XPos,
   int YPos,
   Bitmap BitmapData
);

Remarks

This writes an image to the LCD by taking a .NET Drawing::Bitmap as the source for the image.

Parameters

Dest- 0=Foreground,1=Background memory in tablet

Mode-0-3 as defined in LCDWriteBitmap

XPos-Location in LCD coordinates (upper left- 0,0)

YPos-Same

BitmapData-Source for rendered image

Return Value

True if succesful, False if not.

See Also

SigPlusNET Class | Topaz Namespace