Interfaces related to the print engine. More...
Classes | |
struct | IPlotElemDisplayParams |
Element display parameters used during print resymbolization. More... | |
struct | IPrintEngineCapability |
Interface used by printer drivers and print event handlers to query and modify the behavior of the print engine during print processing. More... | |
struct | IPrintEngine |
Interface used by printer drivers and print event handlers to access print engine properties during print processing. More... | |
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... | |
Interfaces related to the print engine.
|
strong |
IPlotElemDisplayParams fill display mode.
|
strong |
IPlotElemDisplayParams line cap.
Enumerator | |
---|---|
None |
None. |
Flat |
Flat. |
Square |
Square. |
Round |
Round. |
Triangle |
Triangle. |
|
strong |
IPlotElemDisplayParams line join.
Enumerator | |
---|---|
None |
None. |
Bevel |
Bevel. |
Miter |
Miter. |
Round |
Round. |