The methods of the IEZLCDNative interface are listed below. For a complete list of IEZLCDNative interface members, see the IEZLCDNative Members topic.
Arc | Draws an Arc at the current position given a radius, start angle and end angle. |
Box | 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 | 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. |
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. |
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. |
LineTo | 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 | 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. |
PlotXY | 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 | 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. |
SelectFont | Selects a font stored in the LCD's local memory as the current font. |
SetBackgroundColor | Sets the current backround color. Note: This command does not affect the image on the LCD. |
SetColor | Sets the current foreground color. Note: This command does not affect the image on the LCD. |
SetCurrentPosition | Overloaded. Sets the current position pixel on the LCD. Note: This command does not affect the image 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. |
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. |
IEZLCDNative Interface | EZLCD.SDK Namespace