The methods of the EZLCD002 class are listed below. For a complete list of EZLCD002 class members, see the EZLCD002 Members topic.
Arc (inherited from EZLCDBase) | 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. |
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. |
Circle (inherited from EZLCDBase) | 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. |
ClearScreen (inherited from EZLCDBase) | Clears the screen with the current foreground color. Note: This command will reset the current position to 0,0. |
Dispose | Disposes of resources. |
DrawArc (inherited from EZLCDBase) | Overloaded. Methods to draw an arc on the screen at a specified location. |
DrawBitmap (inherited from EZLCDBase) | Draws a bitmap with the top-left corner at the specified location. |
DrawBox (inherited from EZLCDBase) | Overloaded. Methods to draw a rectangle on the screen at a specified location. |
DrawCircle (inherited from EZLCDBase) | Overloaded. Methods to draw a circle 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 (inherited from EZLCDBase) | 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. |
DrawString (inherited from EZLCDBase) | 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. |
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. |
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. |
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. |
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. |
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. |
SetColor (inherited from EZLCDBase) | Sets the current foreground color. |
SetCurrentPosition (inherited from EZLCDBase) | Overloaded. Sets the current position pixel on the LCD. |
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. |
EZLCD002 Class | EZLCD.SDK Namespace