Provides drawing functionality based on GDI+.

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

Name Description
Public constructor CADGraphicsGDI Initializes a new instance of the CADGraphicsGDI class.
Top
Name Description
Public property DrawMatrix (inherited from CADPresenter).
Public property DrawTarget Gets or sets a GDI+ drawing surface.
Public property DrawTextMeansGDIPlusMethods Gets or sets drawing mode of simple and not rotated texts by GDI+ drawing text means (inherited from CADGraphics2D<T>).
Public property HighQualityRendering Gets or sets a value specifying if visualization quality settings mus be used.
Public property Image Gets or sets a CADImage for visualization (inherited from CADPresenter).
Public property InterpolationMode Gets or sets the interpolation mode associated with current Graphics object
Public property RenderMode Gets or sets rendering mode. (inherited from CADPresenter).
Public property Settings Gets a set of settings for visualization. (inherited from CADPresenter).
Public property UseDoubleBuffering Outdated. Does nothing
Public property UseWinEllipse Gets or sets a value indicating whether arcs and circles in the CADImage are drawn with GDI+ drawing methods without linearization. (inherited from CADGraphics2D<T>).
Public property VisibleBox Gets a rectangular area that will be visualized. (inherited from CADPainter<T>).
Top
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
Name Description
Public field updateRect (inherited from CADPresenter).
Public field viewportRect (inherited from CADPresenter).
Top