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

Name Description
Public method ActiveVPort Returns drawing area visualized with the active VPort.
Public method AddScaledDXF Adds a scaled external reference to the model space of the specified CAD image.
Public method AddScaledDXFEx Adds a scaled external reference to the current layout of the specified CAD image.
Public method AddToUndoList (Overloaded) Adds operation "create new Entity" to undo list
Public method ChangeDrawMode Initializes a new graphic class object if current mode changed.
Public method ChangeEntities
Public method ChangeGraphicsMode Changes image drawing mode.
Public method ChangePositionSelectedEntities Changes position of the selected entities
Public method ChangePositionSelectedEntity Changes a position of the selected entity.
Public method ClearBuffer Outdated. Does nothing
Public method ClearMarkers Clears a collection of markers.
Public method ClearRedoCollection Clears redo entity collection
Public method ClearSelectCollection Clears a collection of the selected entities.
Public method ClearSelection Clears a list of the selected entities.
Public method ClearSnapTrace (Overloaded) Clears last drawn snap drawing element
Public method ClearUndoCollection Clears undo entity collection
Public method CopyEntities (Overloaded) Copies selected entities to the clipboard
Public method CorrectByGrid (Overloaded) Reduces a point location on screen to the grid node when the grid is active
Public method CorrectByGridAndOrtho Reduces a point relocation sizes on screen to the grid cell sizes when the grid is active
Public method Static CreateImageByExtension Creates specialised CADImage object for specified file extention
Public method CutEntities (Overloaded) Cuts selected entities from collection and paste them to the clipboard
Public method Dispose Disposes a CADImage object.
Public method DoSelectEntities (Overloaded) Selects inserted list of entities
Public method DoSelectEntity Selects inserted entity
Public method Draw (Overloaded) Draws a CADImage.
Public method DrawACISEntity Draws ACISEntity object
Public method DrawChangeEntity Changes a position of the marker designating the selected entity.
Public method DrawMoveEntityTrace Draws entities on their offsetting
Public method DrawSnapTrace Draws snap icon in case of proximity of object to current coordinates
Public method EmfConvertToDXF (Overloaded) Converts emf file to dxf file
Public method Equals (Overloaded) (inherited from Object).
Public method ExportToMetafile (Overloaded) Exports a CAD drawing to Windows Enhanced metafile.
Public method GetAbsPoint Converts display coordinates into absolute coordinates of a design
Public method GetCADCoords Returns coordinates of a point on the drawing.
Public method GetCenter Returns the center point of a current layout
Public method GetExtents Calculates the current dimensions of the CADImage.
Public method GetHashCode (inherited from Object).
Public method GetLayerColor Gets layer color by index
Public method GetLayerFreeze Determines whether the layer (CADLayer) is frozen.
Public method GetLayerName Gets a name of the layer that has the specified index in the collection of layers.
Public method GetLayerVisible Determines whether a layer is visible
Public method GetLayoutName Gets a name of the layout that has the specified index in the collection of layouts.
Public method GetPoint Transforms a three-dimensional CAD point into a two-dimensional screen point.
Public method GetRealImageMatrix
Public method GetRealImagePoint For internal use.
Public method GetRealSnapPoint Smooths a point in absolute coordinates by the entity
Public method GetSelectEntityRegion Returns the selected area of the image.
Public method GetSnapObject (Overloaded)
Public method GetType (inherited from Object).
Public method GetVPortExtents Returns extents of the active VPort reduced to the specified size
Public method InitialNewImage (Overloaded) Initializes a new image with the default size
Public method InvalidateSelectEntity Redraws a selected entity.
Public method InvalidateSelectedEntities (Overloaded) Redraws a list of the selected entities
Public method LoadFromFile Uses for redefining in a descendant classes, define loading image from the specified file.
Public method LoadFromStream Loads a CAD image stored in the specified stream.
Public method LoadFromWeb Loads CAD image from hyperlink
Public method MultipleSelect Providing CAD image entities' multiple selection within a specified rectangle.
Public method MultipleSelectExt Selects all entities inside the inserted rectangle
Public method PasteEntities Pastes entities from the clipboard
Public method PasteEntitiesExt Pastes entities from the clipboard
Public method Print Prints a current CAD image.
Public method RealScaleDouble Gets the displaying scale of the image
Public method Redo Redo change
Public method Static ReferenceEquals (inherited from Object).
Public method RefreshCurrentLayout Refresh current layout.
Public method RefreshSnapTrace Refreshes a region of the last drawn snap drawing element
Public method RemoveEntity (Overloaded) Removes CADEntity object.
Public method ResetViewMatrix
Public method RotDefault Rotates the drawing to the default view.
Public method RotToView Rotates a CAD image to get a specified view.
Public method Rotate Rotates objects in the current drawing.
Public method SaveAsDXF Saves a current CAD image in DXF format.
Public method SaveImageToClipboard (Overloaded) Writes a visible part of the current CAD image to the clipboard as a raster image.
Public method SaveToFile (Overloaded) Saves a part of the current CAD image to the file of the specified format.
Public method SaveToStream (Overloaded) Writes a visible part of the current CAD image to the specified stream as a raster image.
Public method Select Selects an entity of the CAD image at the specified point.
Public method SelectExt Selects an entity of the CAD image at the specified point.
Public method SetCenter Sets CADImage center point.
Public method SetCurrentLayout Sets a current layout of this CADImage.
Public method SetDrawMatrix
Public method SetLayerColor (Overloaded) Sets a color for layer (CADLayer) specified by index
Public method SetLayerFreeze (Overloaded) Sets freeze parameter for CADLayer
Public method SetLayerVisible (Overloaded) Sets a visibility of the layer.
Public method SetNewEntityMarkerPos Sets a new position for the selected entity. The entity's new position is defined by the position of the marker.
Public method SetNewMMToPixel Sets a quantity of millimeters per pixel for the specified Graphics object.
Public method SetNewPosEntitiesExt Sets a new position for the specified entities
Public method SetNewPosEntity Sets a new position for the specified entity.
Public method Stop For internal use.
Public method ToString (inherited from Object).
Public method Undo Undo change
Top