PowerTCP Telnet for .NET
DisplayPixels Property




Syntax
<DefaultValueAttribute(System.Drawing.Size, "640,480")>
Public Property DisplayPixels As Size
Dim instance As Rlogin
Dim value As Size
 
instance.DisplayPixels = value
 
value = instance.DisplayPixels
[DefaultValue(System.Drawing.Size, "640,480")]
public Size DisplayPixels {get; set;}
[DefaultValue(System.Drawing.Size, "640,480")]
public: __property Size get_DisplayPixels();
public: __property void set_DisplayPixels( 
   Size value
);
[DefaultValue(System.Drawing.Size, "640,480")]
public:
property Size DisplayPixels {
   Size get();
   void set (    Size value);
}
See Also

Reference

Rlogin Class
Rlogin Members


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic