'Declaration Public Function New( _
ByVal graphicsThe PDF graphics.As PdfGraphics, _
ByVal invertPointsAtYAxisA value indicating whether Y axis points must be inverted.As Boolean _
)
public PdfDrawingEngine(
PdfGraphics graphics,
bool invertPointsAtYAxis
)
public: PdfDrawingEngine(
PdfGraphics* graphics,
bool invertPointsAtYAxis
)
public:
PdfDrawingEngine(
PdfGraphics^ graphics,
bool invertPointsAtYAxis
)
Parameters
- graphics
- The PDF graphics.
- invertPointsAtYAxis
- A value indicating whether Y axis points must be inverted.