Defines the current plotting mode.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax Public Enumeration PlotModeType
public enum class PlotModeType
Members
| Member name | Value | Description |
---|
| Display | 0 |
Plots all objects displayed in the drawing area.
|
| Extents | 1 |
Plots all objects in the drawing.
|
| Limits | 2 |
Plots the current grid limits.
|
| Window | 3 |
Plots objects in the area defined by PLimMin and PLimMax.
|
| Centered | 4 |
Plots all objects in the drawing centered on the paper.
|
See Also