A Sandcastle Documented Class Library
LogicalScreenDescriptor Property
NamespacesGifComponentsGifDecoderLogicalScreenDescriptor
Gets the logical screen descriptor.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453