logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RasterRect - structured graphic displaying a raster image

Description

       A  RasterRect  is  a  Graphic  that  displays  a  raster  image  defined  by  a  Raster  object.  With no
       transformation, the raster will be drawn with its lower-left corner at the origin.

Name

       RasterRect - structured graphic displaying a raster image

Public Operations

RasterRect(Raster*,Graphic*=nil)
              Construct a RasterRect, supplying a Raster object and an optional graphic from which to obtain  an
              initial transformation.  The RasterRect references the given graphic.

       Raster*GetOriginal()
              Return the raster that defines the image that the RasterRect displays.

See Also

Graphic(3U), Raster(3I)

Unidraw                                          2 February 1991                                  RasterRect(3U)

Synopsis

#include<Unidraw/Graphic/rasterrect.h>

See Also