The methods of the EZLCD004 class are listed below. For a complete list of EZLCD004 class members, see the EZLCD004 Members topic.
Arc (inherited from EZLCDBase) | Draws an Arc at the current position given a radius, start angle and end angle. |
ArcEx | Draws an Arc at the current position given a radius, start angle and end angle. |
Box (inherited from EZLCDBase) | Overloaded. Methods to draw a rectangle on the screen with the top-left corner at the current position and the bottom-right corner at the location supplied. |
BoxEx | Overloaded. Draws a rectangle with the top-left corner at the current position and the bottom-right corner at the pixel specified by cornerX and cornerY. |
BoxFill (inherited from EZLCDBase) | Overloaded. Methods to draw a filled rectangle on the screen with the top-left corner at the current position and the bottom-right corner at the location supplied. |
BoxFillEx | Overloaded. Draws a filled rectangle with the top-left corner at the current position and the bottom-right corner at the pixel specified by cornerX and cornerY. |
Calibrate | Performs a calibration process on the screen to set the X and Y offsets. Only applies to Pixel grid type touch screens. |
Circle (inherited from EZLCDBase) | Draws a circle at the current location with the specified radius. |
CircleEx | Draws a circle at the current location with the specified radius. |
CircleFill (inherited from EZLCDBase) | Draws a filled circle at the current location with the specified radius. |
CircleFillEx | Draws a filled circle at the current location with the specified radius. |
ClearScreen (inherited from EZLCDBase) | Clears the screen with the current foreground color. Note: This command will reset the current position to 0,0. |
DrawArc (inherited from EZLCDBase) | Overloaded. Methods to draw an arc on the screen at a specified location. |
DrawArcEx | Overloaded. Methods to draw an arc on the screen at a specified location. |
DrawBitmap | Overloaded. Draws a bitmap with the top-left corner at the specified location. |
DrawBitmap (inherited from EZLCDBase) | Overloaded. Draws a bitmap with the top-left corner at the specified location. |
DrawBox | Overloaded. Draws a rectangle with the specified corner points in the specified color. |
DrawBox (inherited from EZLCDBase) | Overloaded. Methods to draw a rectangle on the screen at a specified location. |
DrawBoxEx | Draws a rectangle with the specified corner points in the current foreground color. |
DrawCircle (inherited from EZLCDBase) | Overloaded. Methods to draw a circle on the screen at a specified location. |
DrawCircleEx | Overloaded. Methods to draw a circle on the screen at a specified location. |
DrawLine | Overloaded. Methods to draw a line on the screen at a specified location. |
DrawLine (inherited from EZLCDBase) | Overloaded. Methods to draw a line on the screen at a specified location. |
DrawLocalBitmap | Overloaded. Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location. |
DrawLocalBitmap (inherited from EZLCDBase) | Overloaded. Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location. |
DrawSerialFlashBitmap (inherited from EZLCDBase) | Draws a bitmap from the LCDs serial flash memory with the top-left corner at the specified location. |
DrawSerialFlashBitmapEx | Draws a bitmap from the LCDs serial flash memory with the top-left corner at the specified location. |
DrawString (inherited from EZLCDBase) | Overloaded. Methods to draw a string on the screen at a specified location. |
DrawStringEx | Overloaded. Methods to draw a string on the screen at a specified location. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
HorizontalLine (inherited from EZLCDBase) | Draws a fast horizontal line from the current position to the point at the same y coordinate and the specified x coordinate. Note: This command will change the current location to the line end. |
HorizontalLineEx | Draws a fast horizontal line from the current position to the point at the same y coordinate and the specified x coordinate. Note: This command will change the current location to the line end. |
LightOff (inherited from EZLCDBase) | Turns off the screen light. |
LightOn (inherited from EZLCDBase) | Turns on the screen light. |
LineTo (inherited from EZLCDBase) | Overloaded. Methods to draw a line on the screen from the current position to the location supplied. |
LineToEx | Overloaded. Draws a line from the current position to the position specified by the x and y values. Note: This command will change the current position to the point {x,y}. |
Picture (inherited from EZLCDBase) | Draws a full-screen bitmap on the screen. Note: Throws an ArgumentException if the resolution of the picture does not match the resolution of the screen. |
PieEx | Draws a pie shaped geometry in the current color, starting at the current point, with the specified radius and start/stop angles. |
Plot (inherited from EZLCDBase) | Sets the pixel at the current position to the foreground color. |
PlotXY (inherited from EZLCDBase) | Overloaded. Methods to set the color of the specified pixel to the foreground color. |
PlotXYEx | Overloaded. Sets the color of the pixel at x,y to the foreground color. Note: This command will change your current position to {x,y} |
PrintChar (inherited from EZLCDBase) | Prints a character at the current location, in the foreground color, using the current font. |
PrintCharBG (inherited from EZLCDBase) | Prints a character at the current location, in the background color, using the current font. |
PrintString (inherited from EZLCDBase) | Prints a string at the current location, in the foreground color, using the current font. |
PrintStringBG (inherited from EZLCDBase) | Prints a string at the current location, in the background color, using the current font. |
PutBitmap (inherited from EZLCDBase) | Draws a bitmap with the top-left corner at the current position. |
PutBitmapEx | Draws a bitmap with the top-left corner at the current position. |
PutIcon (inherited from EZLCDBase) | Draws an icon stored in the LCD's local memory with the top-left corner at the current position. |
PutSerialFlashIcon (inherited from EZLCDBase) | Draws an icon stored in the LCD's serial flash memory with the top-left corner at the current position. |
SelectFont (inherited from EZLCDBase) | Selects a font stored in the LCD's local memory as the current font. |
SetBackgroundColor (inherited from EZLCDBase) | Sets the current backround color. |
SetBackgroundColorEx | Sets the current backround color. |
SetColor (inherited from EZLCDBase) | Sets the current foreground color. |
SetColorEx | Sets the current foreground color. |
SetCurrentPosition (inherited from EZLCDBase) | Overloaded. Sets the current position pixel on the LCD. |
SetCurrentPositionEx | Overloaded. Sets the current position pixel on the LCD. |
SetLightBrightness | Changes the brightness of the scren backlight. A higher value indicates a brighter setting. |
TextEast (inherited from EZLCDBase) | Sets the current text orientation to "East" Note: This command does not affect the image on the LCD. |
TextNorth (inherited from EZLCDBase) | Sets the current text orientation to "North" Note: This command does not affect the image on the LCD. |
TextSouth (inherited from EZLCDBase) | Sets the current text orientation to "South" Note: This command does not affect the image on the LCD. |
TextWest (inherited from EZLCDBase) | Sets the current text orientation to "West" Note: This command does not affect the image on the LCD. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
VerticalLine (inherited from EZLCDBase) | Draws a fast vertical line from the current position to the point at the same x coordinate and the specified y coordinate. Note: This command will change the current location to the line end. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SendByte (inherited from EZLCDBase) | Allows derived classes to send bytes to the LCD. Used mostly for custom commands only present on certain models. |
EZLCD004 Class | EZLCD.SDK Namespace