public PdfDrawingEngine(
PdfGraphics graphics,
Vintasoft.Imaging.Resolution resolution,
System.Drawing.RectangleF rect
)
public: PdfDrawingEngine(
PdfGraphics* graphics,
Vintasoft.Imaging.Resolution resolution,
System.Drawing.RectangleF* rect
)
public:
PdfDrawingEngine(
PdfGraphics^ graphics,
Vintasoft.Imaging.Resolution resolution,
System.Drawing.RectangleF^ rect
)
'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 _
)
Parameters
- graphics
- The PDF graphics.
- resolution
- The resolution of this drawing engine.
- rect
- The rect on PDF graphics.