ezLCD SDK Documentation

EZLCDBase.YResolution Property

 [This is preliminary documentation and subject to change.]

Gets the Y resolution of the LCD panel.

[Visual Basic]
MustOverride Public Property ReadOnly UInt32 As 
[C#]
public abstract uint UInt32 { get; }
[C++]
public: abstract __property  get_UInt32();
[JScript]
public abstract function get UInt32() : UInt32

Remarks

The acceptable range of Y values is {0 , YResolution - 1}

See Also

EZLCDBase Class | EZLCD.SDK Namespace