Provides OpenGL based drawing functionality.

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

Name Description
Public constructor CADGraphicsOpenGL (Overloaded) Initializes a new instance of the CADGraphicsOpenGL class.
Top
Name Description
Public property DrawMatrix (inherited from CADPresenter).
Public property DrawTarget Represents a surface for visualization (inherited from CADPresenter).
Public property Image Gets or sets a CADImage for visualization (inherited from CADPresenter).
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. (inherited from CADPresenter).
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 3D vector 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 3D vector point.
Public method Dispose For inheritance.
Public method DoFinish Finishes drawing an entity. (inherited from CADPainter<T>).
Public method Draw (Overloaded) Draws a CADImage.
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. (inherited from CADPainter<T>).
Public method DrawLine (Overloaded) Draws a polyline by two specified points. (inherited from CADPainter<T>).
Public method DrawPixel (Overloaded) Draws a single pixel (inherited from CADPainter<T>).
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. (inherited from CADPainter<T>).
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 3D vector 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
Public method Sub_T (Overloaded) Performs substraction of two 3D vector points.
Public method ToString (inherited from Object).
Top
Name Description
Public field updateRect (inherited from CADPresenter).
Public field viewportRect (inherited from CADPresenter).
Top