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
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.Image Autodesk.AutoCAD.DatabaseServices.RasterImage Autodesk.AutoCAD.DatabaseServices.Wipeout
C#
public class Wipeout : RasterImage;
Visual Basic
Public Class Wipeout Inherits RasterImage
Links
Wipeout Methods, Wipeout Properties
See Also
DBObject, Entity,Image, RasterImage, RasterImageDef, RasterVariables