DXFReaderNETControlShowPlotSettings Method
|
Opens the Plot Settings dialog to configure plotting options for this control.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic bool ShowPlotSettings()
Public Function ShowPlotSettings As Boolean
public:
bool ShowPlotSettings()
member ShowPlotSettings : unit -> bool
METHOD ShowPlotSettings() AS LOGIC
Return Value
Type:
Boolean
True if the user confirms the dialog (OK) and the plot settings are applied; otherwise false (Cancel/Close).
Remarks
Displays a modal dialog. When accepted, it updates plot-related properties of the control such as:
PlotMode, PlotUnits, PlotOrientation, PlotScale, PlotOffset, PlotPenWidth, and PlotRendering.
This action does not modify drawing entities.

See Also