Implements basic drawing methods.

The following tables list the members exposed by the CADPainter<T> type.

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.
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.
Public method Dispose For inheritance.
Public method DoFinish Finishes drawing an entity.
Public method Draw (Overloaded) Draws a CADImage.
Public method DrawEntities Invokes drawing method for specified entities if they are visible
Public method DrawEntity Draws a specified CAD entity in the current CAD image.
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.
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. (inherited from CADPresenter).
Public method SaveToFile (Overloaded) Writes a visible part of the current CAD image to the disk as a raster image. (inherited from CADPresenter).
Public method SaveToStream (Overloaded) Writes a visible part of the current CAD image to the specified stream as a raster image. (inherited from CADPresenter).
Public method Scale (Overloaded) need help (inherited from CADPresenter).
Public method Sub_T (Overloaded) Performs subtraction 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