Implements basic drawing methods.

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

Name Description
Public property DrawMatrix
Public property DrawTarget Represents a surface for visualization
Public property Image Gets or sets a CADImage for visualization
Public property RenderMode Gets or sets rendering mode.
Public property Settings Gets a set of settings for visualization.
Public property UseDoubleBuffering Outdated. Does Nothing.
Public property VisibleBox Gets a rectangular area that will be visualized.
Top
Name Description
Public method Add_T Performs addition of two points.
Public method AfterRotate
Public method ApplyScale Calculates a matrix for drawing based on current scale.
Public method BeforeRotate
Public method ClearMarkers Clears a collection of markers.
Public method ConvertTo_T Converts a DPoint object.
Public method Dispose For inheritance.
Public method Draw (Overloaded) Draws a CADImage.
Public method DrawImage Draws a raster image or a metafile object.
Public method DrawLine Draws a polyline by two specified points.
Public method DrawPixel Draws a single pixel
Public method DrawPolyPolyLine Draws a set of lines or a set of polygons
Public method DrawPolyline Draws a polyline
Public method DrawString Draws a text string.
Public method Equals (Overloaded) (inherited from Object).
Public method FillPolyPolyLine Draws a filled polygons.
Public method FillPolyline Draws a filled polyline.
Public method GetExtents Calculates the current dimensions of the CADImage.
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method IsEqual_T Checks if two points are equal.
Public method Move Add offset to drawing matrix
Public method OpenVPort
Public method Static ReferenceEquals (inherited from Object).
Public method RotDefault Rotates the drawing to the default view.
Public method RotToView Rotates a CAD image to get a specified view.
Public method Rotate Rotates objects in the current drawing.
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) Writes a visible part of the current CAD image to the specified stream as a raster image.
Public method Scale (Overloaded) need help
Public method Sub_T Performs subtraction of two points.
Public method ToString (inherited from Object).
Top