screenshot
screenshot — A representation of what the user sees or might see on a computer screen.
Description
A screenshot
is a graphical environment for
displaying an image of what the user might see on a computer screen. It
is often used to display application screenshots, dialog boxes, and
other components of a graphical user interface.
Processing expectations
Formatted as a displayed block.
This element occurs in 73 elements.
Children
The following elements occur in screenshot: info
(db.info), info
(db.titleforbidden.info), mediaobject
, subtitle
, title
, titleabbrev
.
See Also
computeroutput
, lineannotation
, literallayout
, programlisting
, screen
, synopsis
, userinput
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example screenshot</title> 4 <screenshot> <info> 6 <bibliomisc role="resolution">640x480x256</bibliomisc> </info> 8 <mediaobject> <imageobject> 10 <imagedata fileref="copilot.gif"/> </imageobject> 12 </mediaobject> </screenshot> 14 </article>