Represents a reference to the raster image in the CAD drawing.

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

Name Description
Public property EntName Gets a name of the CADImageEnt object.
Public property EntType Gets the type of this CADImageEnt entity.
Public property FlagsEx Gets or sets a flags for drawing a CADImageEnt.
Public property ImageDef Gets or sets a raster image in the CAD drawing.
Public property IsMonoChrome Gets or sets a value indicating whether the referenced raster image is monochrome.
Public property Picture Gets an image referenced by this CADImageEnt object.
Public property Point1 This proprty is obsolete. We recommend to use UVector instead of it.
Public property Point2 This proprty is obsolete. We recommend to use VVector instead of it.
Public property Point3 This proprty is obsolete. We recommend to use Size instead of it.
Public property Rotate Gets or sets a rotation angle of the referenced raster image when inserting it into the CAD drawing.
Public property Transparency Gets or sets a value indicating whether the CADImageEnt is transparent.
Public property TransparentColor Gets or sets transparent color.
Top
Name Description
Public method AddPt Performs an addition of coordinates of two points.
Public method ApplyBox Calculates a box of the current entity.
Public method AssignEntity Copies an entity
Public method Dispose
Public method DrawEntityTrace Implements drawing of entity with specified offset to specified Control
Public method Equals (Overloaded) (inherited from Object).
Public method GetBoxPoints
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Loaded Loads this CADImageEnt object to the specified CADConverter.
Public method Static ReferenceEquals (inherited from Object).
Public method SetImage Sets an image referenced by this CADImageEnt object to the specified image.
Public method ToString (inherited from Object).
Top