DOKK / manpages / debian 10 / ivtools-dev / StencilComp.3u.en
StencilComp(3U) InterViews Reference Manual StencilComp(3U)

StencilComp, StencilView, PSStencil - bitmap component subject, view, and PostScript external representation

#include <Unidraw/Components/stencilcomp.h>

StencilComp is a GraphicComp that represents a bitmapped image. It uses a Stencil graphic to store its graphical attributes. StencilView is a GraphicView for displaying the bitmapped image. PSStencil is a PostScriptView that externalizes the subject's information in PostScript form.

The constructor takes an optional Stencil structured graphic that defines the attributes of the bitmapped image. You can also supply an optional file name to associate the component with a file containing the (copious) image data.
Return the Stencil graphic that defines the stencil's attributes. GetStencil is simply a more specific form of the GetGraphic operation.
Return the file name specified in the constructor, if any.

Create an StencilView, optionally supplying the subject.
Return the subject.

Construct a PostScript external representation of the given subject, if any.

GraphicComp(3U), GraphicView(3U), PostScriptView(3U), Stencil(3U)

10 August 1991 Unidraw