Gets the logical screen descriptor.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public LogicalScreenDescriptor LogicalScreenDescriptor { get; }
Public ReadOnly Property LogicalScreenDescriptor As LogicalScreenDescriptor
public: property LogicalScreenDescriptor^ LogicalScreenDescriptor { LogicalScreenDescriptor^ get (); }
Remarks
The Logical Screen Descriptor contains the parameters necessary to
define the area of the display device within which the images will
be rendered.
The coordinates in this block are given with respect to the
top-left corner of the virtual screen; they do not necessarily
refer to absolute coordinates on the display device.
This implies that they could refer to window coordinates in a
window-based environment or printer coordinates when a printer is
used.