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