Implements basic drawing methods.
Top
Top
Top
The following tables list the members exposed by the CADPainter<T> type.
Name | Description | |
---|---|---|
DrawMatrix | (inherited from CADPresenter). | |
DrawTarget | Represents a surface for visualization (inherited from CADPresenter). | |
Image | Gets or sets a CADImage for visualization (inherited from CADPresenter). | |
RenderMode | Gets or sets rendering mode. (inherited from CADPresenter). | |
Settings | Gets a set of settings for visualization. (inherited from CADPresenter). | |
UseDoubleBuffering | Outdated. Does Nothing. (inherited from CADPresenter). | |
VisibleBox | Gets a rectangular area that will be visualized. |
Name | Description | |
---|---|---|
Add_T | (Overloaded) Performs addition of two points. | |
AfterRotate | (inherited from CADPresenter). | |
ApplyScale | Calculates a matrix for drawing based on current scale. (inherited from CADPresenter). | |
BeforeRotate | (inherited from CADPresenter). | |
ClearMarkers | Clears a collection of markers. (inherited from CADPresenter). | |
ConvertTo_T | Converts a DPoint object. | |
Dispose | For inheritance. | |
DoFinish | Finishes drawing an entity. | |
Draw | (Overloaded) Draws a CADImage. | |
DrawEntities | Invokes drawing method for specified entities if they are visible | |
DrawEntity | Draws a specified CAD entity in the current CAD image. | |
DrawImage | (Overloaded) Draws a raster image or a metafile object. | |
DrawLine | (Overloaded) Draws a polyline by two specified points. | |
DrawPixel | (Overloaded) Draws a single pixel | |
DrawPolyPolyLine | (Overloaded) Draws a set of lines or a set of polygons | |
DrawPolyline | (Overloaded) Draws a polyline | |
DrawString | (Overloaded) Draws a text string. | |
Equals | (Overloaded) (inherited from Object). | |
ExportToMetafile | (Overloaded) Exports a CAD drawing to Windows Enhanced metafile. | |
FillPolyPolyLine | (Overloaded) Draws a filled polygons. | |
FillPolyline | (Overloaded) Draws a filled polyline. | |
GetExtents | Calculates the current dimensions of the CADImage. (inherited from CADPresenter). | |
GetHashCode | (inherited from Object). | |
GetPoint | Transforms a three-dimensional CAD point into a two-dimensional screen point. | |
GetType | (inherited from Object). | |
IsEqual_T | (Overloaded) Checks if two points are equal. | |
Move | Add offset to drawing matrix (inherited from CADPresenter). | |
OpenVPort | (inherited from CADPresenter). | |
ReferenceEquals | (inherited from Object). | |
RotDefault | Rotates the drawing to the default view. (inherited from CADPresenter). | |
RotToView | Rotates a CAD image to get a specified view. (inherited from CADPresenter). | |
Rotate | Rotates objects in the current drawing. (inherited from CADPresenter). | |
SaveImageToClipboard | (Overloaded) Writes a visible part of the current CAD image to the clipboard as a raster image. (inherited from CADPresenter). | |
SaveToFile | (Overloaded) Writes a visible part of the current CAD image to the disk as a raster image. (inherited from CADPresenter). | |
SaveToStream | (Overloaded) Writes a visible part of the current CAD image to the specified stream as a raster image. (inherited from CADPresenter). | |
Scale | (Overloaded) need help (inherited from CADPresenter). | |
Sub_T | (Overloaded) Performs subtraction of two points. | |
ToString | (inherited from Object). |
Name | Description | |
---|---|---|
updateRect | (inherited from CADPresenter). | |
viewportRect | (inherited from CADPresenter). |