VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingEngine Class / PdfDrawingEngine Constructors / PdfDrawingEngine Constructor(PdfGraphics,Boolean)
Syntax Requirements SeeAlso
In This Topic
    PdfDrawingEngine Constructor(PdfGraphics,Boolean)
    In This Topic
    Initializes a new instance of the PdfDrawingEngine class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal graphics
    The PDF graphics.
    As PdfGraphics, _
    ByVal invertPointsAtYAxis
    A 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also