#include <Mstn\Plot\PlotApi.h>
Go to the source code of this file.
Classes | |
struct | IPlotElemDisplayParams |
Element display parameters used during print resymbolization. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::MstnPlatform | |
Namespace for classes, methods and functions of the MstnPlatform library. | |
Enumerations | |
enum | PlotEdpFillDisplay { Never = 0, ByView = 1, Always = 2, Blanking = 3 } |
IPlotElemDisplayParams fill display mode. More... | |
enum | PlotEdpLineJoin { None = 0, Bevel = 1, Miter = 2, Round = 3 } |
IPlotElemDisplayParams line join. More... | |
enum | PlotEdpLineCap { None = 0, Flat = 1, Square = 2, Round = 3, Triangle = 4 } |
IPlotElemDisplayParams line cap. More... | |