'Declaration Public Function New( _
ByVal graphicsГрафика PDF.As PdfGraphics, _
ByVal resolutionРазрешение этого движка чертежа.As Vintasoft.Imaging.Resolution, _
ByVal rectПрямоугольник на графике PDF.As System.Drawing.RectangleF, _
ByVal invertPointsAtYAxisЗначение, указывающее, должны ли быть инвертированы точки оси Y.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
- Графика PDF.
- resolution
- Разрешение этого движка чертежа.
- rect
- Прямоугольник на графике PDF.
- invertPointsAtYAxis
- Значение, указывающее, должны ли быть инвертированы точки оси Y.