PowerTCP Emulation for .NET CF
DisplayPixels Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Rlogin Class : DisplayPixels Property




Syntax

Visual Basic (Declaration) 
Public Property DisplayPixels As Size
Visual Basic (Usage)Copy Code
Dim instance As Rlogin
Dim value As Size
 
instance.DisplayPixels = value
 
value = instance.DisplayPixels
C# 
public Size DisplayPixels {get; set;}
Managed Extensions for C++ 
public: __property Size get_DisplayPixels();
public: __property void set_DisplayPixels( 
   Size value
);
C++/CLI 
public:
property Size DisplayPixels {
   Size get();
   void set (    Size value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.