Click or drag to resize

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
Syntax
public bool ShowPlotSettings()

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.
Plot settings dialog
See Also