Autodesk.AutoCAD.DatabaseServices Namespace > Wipeout Class
Wipeout Class
Description

 

This .NET class wraps the AcDbWipeout ObjectARX class. 

 

Objects of the Wipeout 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.

Class Hierarchy
Visual Basic
Public Class Wipeout
Inherits RasterImage
C#
public class Wipeout : RasterImage;
Links
See Also

DBObject, Entity, Image, RasterImage, RasterImageDef, RasterVariables

   Comments?