ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx)

 [This is preliminary documentation and subject to change.]

Sets the current position of the pixel on the LCD.

[Visual Basic]
Public Sub ( _ 
   ByVal EZLCDPointEx As EZLCDPointEx _ 
)
[C#]
public void (
   EZLCDPointEx EZLCDPointEx
);
[C++]
public: void (
   EZLCDPointEx EZLCDPointEx
);
[JScript]
public function (
   EZLCDPointEx EZLCDPointEx
);

Parameters

location
The new position.

See Also

EZLCD004 Class | EZLCD.SDK Namespace | EZLCD004. Overload List