Share

AcDbWipeout

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbImage
                    AcDbRasterImage
                        AcDbWipeout

C++

class AcDbWipeout : public AcDbRasterImage;

File

dbwipe.h

Description

Objects of the AcDbWipeout class are polygonally clipped raster entities that are used as masks to cover parts of other entities in the drawing. The most common use is as a background mask for text entities.

To use this class, acismobj20.dbx must be loaded so that the AcDbWipeout class implementation code is available.

Links

AcDbWipeout Data Members, AcDbWipeout Methods

See Also

AcDbObject, AcDbEntity, AcDbImage, AcDbRasterImage, AcDbRasterImageDef, AcDbRasterImageDefReactor, AcDbRasterVariables, Image Support Module Overview

Was this information helpful?