Dart.Emulation Namespace > Rlogin Class : DisplayPixels Property |
<DefaultValueAttribute()> Public Property DisplayPixels As Size
Dim instance As Rlogin Dim value As Size instance.DisplayPixels = value value = instance.DisplayPixels
[DefaultValue()] public Size DisplayPixels {get; set;}
[DefaultValue()] public: __property Size get_DisplayPixels(); public: __property void set_DisplayPixels( Size value );
[DefaultValue()] public: property Size DisplayPixels { Size get(); void set ( Size value); }
When using the Rlogin protocol, the remote host may request window size information. The Rlogin component will reply with the value of the DisplayCharacters property and this property.
Height represents number of client window pixels in the Y direction (defaults to 640). Width represents number of client window pixels in the X direction (defaults to 480).