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

Name Description
Public method Add_T (Overloaded) Performs addition of two points.
Public method AfterRotate (inherited from CADPresenter).
Public method ApplyScale Calculates a matrix for drawing based on current scale. (inherited from CADPresenter).
Public method BeforeRotate (inherited from CADPresenter).
Public method ClearMarkers Clears a collection of markers. (inherited from CADPresenter).
Public method ConvertTo_T Converts a DPoint object into a Point object.
Public method Dispose Releases all resources used by the CADGraphicsGDI
Public method DoFinish Finishes drawing an entity. (inherited from CADPainter<T>).
Public method Draw (Overloaded) Draws a CADImage. (inherited from CADPainter<T>).
Public method DrawEntities Invokes drawing method for specified entities if they are visible (inherited from CADPainter<T>).
Public method DrawEntity Draws a specified CAD entity in the current CAD image. (inherited from CADPainter<T>).
Public method DrawImage (Overloaded) Draws a raster image or a metafile object.
Public method DrawLine (Overloaded) Draws a polyline by two specified points.
Public method DrawPixel (Overloaded) Draws a single pixel
Public method DrawPolyPolyLine (Overloaded) Draws a set of lines or a set of polygons
Public method DrawPolyline (Overloaded) Draws a polyline
Public method DrawString (Overloaded) Draws a text string.
Public method Equals (Overloaded) (inherited from Object).
Public method ExportToMetafile (Overloaded) Exports a CAD drawing to Windows Enhanced metafile.
Public method FillPolyPolyLine (Overloaded) Draws a filled polygons.
Public method FillPolyline (Overloaded) Draws a filled polyline.
Public method GetExtents Calculates the current dimensions of the CADImage. (inherited from CADPresenter).
Public method GetHashCode (inherited from Object).
Public method GetPoint Transforms a three-dimensional CAD point into a two-dimensional screen point. (inherited from CADPainter<T>).
Public method GetType (inherited from Object).
Public method IsEqual_T (Overloaded) Checks if two points are equal.
Public method Move Add offset to drawing matrix (inherited from CADPresenter).
Public method OpenVPort (inherited from CADPresenter).
Public method Static ReferenceEquals (inherited from Object).
Public method RotDefault Rotates the drawing to the default view. (inherited from CADPresenter).
Public method RotToView Rotates a CAD image to get a specified view. (inherited from CADPresenter).
Public method Rotate Rotates objects in the current drawing. (inherited from CADPresenter).
Public method SaveImageToClipboard (Overloaded) Writes a visible part of the current CAD image to the clipboard as a raster image.
Public method SaveToFile (Overloaded) Writes a visible part of the current CAD image to the disk as a raster image.
Public method SaveToStream (Overloaded) Saves a current CAD image to the stream of the specified format.
Public method Scale (Overloaded) need help (inherited from CADPresenter).
Public method Sub_T (Overloaded) Performs substraction of two points.
Public method ToString (inherited from Object).
Top