'Declaration Public Function New( _
ByVal graphicsThe PDF graphics.As PdfGraphics, _
ByVal resolutionThe resolution of this drawing engine.As Vintasoft.Imaging.Resolution, _
ByVal rectThe rect on PDF graphics.As System.Drawing.RectangleF, _
ByVal invertPointsAtYAxisA value indicating whether Y axis points must be inverted.As Boolean _
)
public PdfDrawingEngine(
PdfGraphics graphics,
Vintasoft.Imaging.Resolution resolution,
System.Drawing.RectangleF rect,
bool invertPointsAtYAxis
)
public: PdfDrawingEngine(
PdfGraphics* graphics,
Vintasoft.Imaging.Resolution resolution,
System.Drawing.RectangleF* rect,
bool invertPointsAtYAxis
)
public:
PdfDrawingEngine(
PdfGraphics^ graphics,
Vintasoft.Imaging.Resolution resolution,
System.Drawing.RectangleF^ rect,
bool invertPointsAtYAxis
)
Parameters
- graphics
- The PDF graphics.
- resolution
- The resolution of this drawing engine.
- rect
- The rect on PDF graphics.
- invertPointsAtYAxis
- A value indicating whether Y axis points must be inverted.