The following tables list the members exposed by the CADImageEnt type.

Name Description
Public method AddEntity Virtual method. Redefined in descendant classes. (inherited from CADEntity).
Public method AddPoint Adds a point with x,y coordinates into the clip points. (inherited from CADWipeout).
Public method AddPt Performs an addition of coordinates of two points.
Public method AddThick Increases a size of the rectangle that encloses the CADPenLine entity after increasing its thickness. (inherited from CADPenLine).
Public method ApplyBox Calculates a box of the current entity.
Public method AssignEntity Copies an entity
Public method ChangeEntity Edits current entity by specified offset (inherited from CADEntity).
Public method Clone Copies an entity (inherited from CADEntity).
Public method Dispose Releases all resources used by the CADEntity.
Public method DrawEntityTrace Implements drawing of entity with specified offset to specified Control
Public method Equals (Overloaded) (inherited from Object).
Public method GetBoxPoints Used in drawing cycle for fast checking whether the entity must be drawn
Public method GetHashCode (inherited from Object).
Public method GetMatrix Gets matrix for the clip points. (inherited from CADWipeout).
Public method GetType (inherited from Object).
Public method Loaded Loads this CADImageEnt object to the specified CADConverter.
Public method OnDraw Raises a DrawEvent. (inherited from CADEntity).
Public method Static ReferenceEquals (inherited from Object).
Public method SetImage Sets an image referenced by this CADImageEnt object to the specified image.
Public method SetLType Sets a linetype for the CADPenLine entity. (inherited from CADPenLine).
Public method ToString (inherited from Object).
Top