ezLCD SDK Documentation

EZLCD004 Properties

 [This is preliminary documentation and subject to change.]

The properties of the EZLCD004 class are listed below. For a complete list of EZLCD004 class members, see the EZLCD004 Members topic.

Public Instance Properties

ActiveFontIndex (inherited from EZLCDBase) Sets the active font index.
BackgroundColor (inherited from EZLCDBase) Sets the background color of the LCD.
BackgroundColorEx Sets the background color of the LCD.
Calibrated Indicates if the LCD screen has an active calibration.
Calibration Get/Set the active calibration for this LCD object. The calibration will be used to generate screen coordinates for the pen event arguments.
ColorBitDepth Gets the color depth of the LCD panel in bits.
CurrentPosition (inherited from EZLCDBase) Sets the current position of the LCD.
CurrentPositionEx Sets the current position of the LCD.
ForegroundColor (inherited from EZLCDBase) Sets the foreground color of the LCD.
ForegroundColorEx Sets the foreground color of the LCD.
GridHeight Get the height of the grid.
GridType Get the type of the touch screen grid. (Region or Pixel)
GridWidth Get the width of the grid.
LightBrightness Sets the brightness of the backlight.
PenIsDown Indicates if the pen is being dragged.
ScreenLightOn (inherited from EZLCDBase) Turns the screen light on or off.
TextDirection (inherited from EZLCDBase) Sets the current text direction of the LCD.
TouchSampleSize Get/Set the number of samples that are averaged to determine the location of a pen event. The PenDown and PenDrag Events will be fired once the specified sample size is reached.
Note   The PenDown event WILL be fired in the event that the user lifts the pen before the specified number of samples is collected. In such a case the samples collected so far will be averaged to generate the PenDown event. This PenDown event will be fired prior to the PenUp event firing. Also, a PenDown event may be generated from less than the specified number of samples if any of the samples fall outside the radius specified by the DragSensitivity. In this case, the PenDown event will be fired followed by a PenDrag event.
XResolution Gets the X resolution of the LCD panel.
YResolution Gets the Y resolution of the LCD panel.

See Also

EZLCD004 Class | EZLCD.SDK Namespace