ezLCD SDK Documentation

EZLCDBase Methods

 [This is preliminary documentation and subject to change.]

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

Public Instance Methods

Arc Draws an Arc at the current position given a radius, start angle and end angle.
BoxOverloaded. 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.
BoxFillOverloaded. 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 Draws a circle at the current location with the specified radius.
CircleFill Draws a filled circle at the current location with the specified radius.
ClearScreen Clears the screen with the current foreground color. Note: This command will reset the current position to 0,0.
DrawArcOverloaded. Methods to draw an arc on the screen at a specified location.
DrawBitmap Draws a bitmap with the top-left corner at the specified location.
DrawBoxOverloaded. Methods to draw a rectangle on the screen at a specified location.
DrawCircleOverloaded. Methods to draw a circle on the screen at a specified location.
DrawLineOverloaded. Methods to draw a line on the screen at a specified location.
DrawLocalBitmap Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location.
DrawSerialFlashBitmap Draws a bitmap from the LCDs serial flash memory with the top-left corner at the specified location.
DrawStringOverloaded. 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 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 Turns off the screen light.
LightOn Turns on the screen light.
LineToOverloaded. Methods to draw a line on the screen from the current position to the location supplied.
Picture 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 Sets the pixel at the current position to the foreground color.
PlotXYOverloaded. Methods to set the color of the specified pixel to the foreground color.
PrintChar Prints a character at the current location, in the foreground color, using the current font.
PrintCharBG Prints a character at the current location, in the background color, using the current font.
PrintString Prints a string at the current location, in the foreground color, using the current font.
PrintStringBG Prints a string at the current location, in the background color, using the current font.
PutBitmap Draws a bitmap with the top-left corner at the current position.
PutIcon Draws an icon stored in the LCD's local memory with the top-left corner at the current position.
PutSerialFlashIcon Draws an icon stored in the LCD's serial flash memory with the top-left corner at the current position.
SelectFont Selects a font stored in the LCD's local memory as the current font.
SetBackgroundColor Sets the current backround color.
SetColor Sets the current foreground color.
SetCurrentPositionOverloaded. Sets the current position pixel on the LCD.
TextEast Sets the current text orientation to "East" Note: This command does not affect the image on the LCD.
TextNorth Sets the current text orientation to "North" Note: This command does not affect the image on the LCD.
TextSouth Sets the current text orientation to "South" Note: This command does not affect the image on the LCD.
TextWest 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 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.

Protected Instance Methods

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 Allows derived classes to send bytes to the LCD. Used mostly for custom commands only present on certain models.

See Also

EZLCDBase Class | EZLCD.SDK Namespace