Click or drag to resize

LcdUpdateEventArgsSetLcdBitmapView Method

Sets the returning data of the event, which should only be done if the lcdMode is yours to handle

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void SetLcdBitmapView(
	Bitmap bmp,
	int yOffset
)

Parameters

bmp
Type: System.DrawingBitmap
A 160x, >=43y bitmap. PixelFormat.Format32bppArgb Pixel(blue) values 0-127 will create a blank pixel. Pixel(blue) values 128-255 will create a filled(black) pixel.
yOffset
Type: SystemInt32
The amount the bitmap is scrolled down to show a 160x43 view. If the returned bitmap is only 160x43 in size, this should be zero.
See Also