PowerTCP Emulation for .NET
DisplayPixels Property




Gets or sets the size of the display sent to the remote host during login.
Syntax
<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);
}

Property Value

A Size object representing the pixel size of the display. Defaults to (640, 480).
Remarks

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).

See Also

Reference

Rlogin Class
Rlogin Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic